jorgepiloto / cipherkit

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

Add alphabets to cipherkit #2

Open jorgepiloto opened 5 years ago

jorgepiloto commented 5 years ago

Alphabets are the basics of any language, since they enable to build the different words. However, depending on the region and the kind of user an specific alphabet is used. For that reason we should implement the following alphabets:

Some new alphabets may appear or be included in future issues or pull requests.

jorgepiloto commented 5 years ago

This would need more investigation related to ASCII extended and UTF-8.