https://github.com/alichtman/decodecaesar
Intelligent Caesar-Cipher Cracking
https://github.com/alichtman/decodecaesar
caesar-cipher cryptography decryption frequency-analysis
Last synced: 10 months ago
JSON representation
Intelligent Caesar-Cipher Cracking
- Host: GitHub
- URL: https://github.com/alichtman/decodecaesar
- Owner: alichtman
- Created: 2016-09-30T04:37:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T08:09:54.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T22:24:48.543Z (12 months ago)
- Topics: caesar-cipher, cryptography, decryption, frequency-analysis
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DecodeCaesar
Intelligently decrypt Caesar-Cipher encoded plaintext using a letter-frequency analysis.