Character/ symbol frequency distribution analaysis on vintage ciphers

Demonstrates character/ symbol frequency distribution analysis
640 descargas
Actualizado 20 Sep 2011

Ver licencia

The objective is to demonstrate character/ symbol frequency distribution analysis (reference to the English language) on 2 vintage ciphers, namely Caesar cipher (a mono-alphabetic substitution cipher) and the Vigenere cipher (a poly-alphabetic substitution cipher).

Under the symbol frequency distribution analysis, the statistical characteristic of the language is still observable from the cipher text from the Caesar cipher, this give leads to breaking the code by remapping it to the possible substituted symbols. However, under the Vigenere cipher, such statistical characteristic has been modified in the cipher text to deter the same remapping recovery of the plain text message.

main executing reference usages:
1. usage_charFrequencyHistogram.m : no ciphering, just observation of plaintext distribution

2. usage_caesarCipher.m : Caesar cipher, standalone - text imput
3. usage_caesarCipherWithGraphPlot.m : Caesar cipher, with file input and graph plot of ciphered and deciphered (plaintext) distribution

usage_vigenereCipher.m : Vigenere cipher, standalone - text imput
usage_vigenereCipherWithGraphPlot.m : Vigenere cipher, with file input and graph plot of ciphered and deciphered (plaintext) distribution

* Caveat:
1. The vintage ciphers is not relevant for application of today's security solutions, however, they are still valuable to serve as basic examples for cryptanalysis.
2. For reference only.

If the illustrative demo has more elegant presentation, please do not hesitate to suggest and send feedback to the author.
Email: promethevx@yahoo.com.

Thank you.

Regards,
Michael Chan JT

Citar como

Michael Chan (2024). Character/ symbol frequency distribution analaysis on vintage ciphers (https://www.mathworks.com/matlabcentral/fileexchange/32955-character-symbol-frequency-distribution-analaysis-on-vintage-ciphers), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Encryption / Cryptography en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0