crypto_module library

Classes

CryptoModule
The CryptoModule class provides a simple interface for encrypting and decrypting data using the AES encryption algorithm. It also includes methods for initializing and managing encryption keys and initialization vectors (IV).

Exceptions / Errors

CryptoException
Custom exception class for CryptoModule.