Basic String Cryptography

A couple of simple cryptography techniques.
4,8K download
Aggiornato 9 lug 2002

Nessuna licenza

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.

Cita come

Bill Higley (2026). Basic String Cryptography (https://it.mathworks.com/matlabcentral/fileexchange/1931-basic-string-cryptography), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R12.1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Versione Pubblicato Note della release
1.0.0.0