An open API service indexing awesome lists of open source software.

https://github.com/fernando24164/classicciphers


https://github.com/fernando24164/classicciphers

Last synced: 3 months ago
JSON representation

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.