https://github.com/fernando24164/classicciphers
https://github.com/fernando24164/classicciphers
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernando24164/classicciphers
- Owner: fernando24164
- Created: 2016-12-28T13:39:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T07:16:43.000Z (almost 7 years ago)
- Last Synced: 2025-01-28T02:44:23.295Z (4 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClassicCiphers
## Caesar
One of the simplest ciphers. Each letter is replaced by another one with fixed number of positions according to an alphabet.
In this implementantion the bruteforce attack is a very naive implementation based in the statistical appearances of e letter, only works in english.