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://jp.mathworks.com/matlabcentral/fileexchange/1931-basic-string-cryptography), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R12.1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCharacters and Strings についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0