CryptoPyX documentation
Welcome to the documentation for CryptoPyX, a cryptography library written in rust for python.
Features
This repository is still in early development, so only the following features are implemented:
Caesar cipher
Vigenere cipher
Rot13 cipher
AES cipher (only ECB mode)
Base32 encoding
Base64 encoding
Currently AES is still in development.
Licence
This project is licensed under the MIT License - see the licence section for full licence.