Basic String Cryptography

版本 1.0.0.0 (1.3 KB) 作者: Bill Higley
A couple of simple cryptography techniques.
4.8K 次下载
更新 2002/7/9

无许可证

These are three *very* simple codes for implementing the most rudimentary encryption method possible.

CRYPTOSHIFT.m implements a monoalphabetic shifting substitution encryption. It takes two arguements: the string to be encoded and the amount to shift each letter. To decode, shift backward the same amount you shifted forward.

CRYPTOSUBCODE.m generates, from an input string, a coded string and a key. The key represents the random substitutions made, and is used by CRYPTOSUBDECODE.m along with the encoded string to decode a string.

引用格式

Bill Higley (2026). Basic String Cryptography (https://ww2.mathworks.cn/matlabcentral/fileexchange/1931-basic-string-cryptography), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R12.1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Characters and Strings 的更多信息
版本 已发布 发行说明
1.0.0.0