jorgepiloto / cipherkit

Cipherkit: a cryptography toolbox made with Python
https://cipherkit.readthedocs.io/en/latest/
MIT License
2 stars 0 forks source link

Basic cipher algorithms and cryptanalysis tools #11

Open jorgepiloto opened 5 years ago

jorgepiloto commented 5 years ago

Before version 0.1 comes out, the following algorithms should be implemented:

On the other hand, for the case of cryptanalysis:

With this issue complete and other ones, first release could be possible :snake: :lock:

jorgepiloto commented 5 years ago

Reverse cipher was added in #8 :tada:

jorgepiloto commented 5 years ago

Caesar cipher war added in #14 :tada: