cryptex
Table of Contents
Classes
- Cryptex
- Cryptex performs 2-way authenticated encryption using XChaCha20 + Poly1305.
- EncryptionException
- Class EncryptionException
Custom exception class for encryption errors.
- EncodingException
- Class EncodingException
Custom exception class for encoding errors.
- NonceLengthException
- Class NonceLengthException
Custom exception class for nonce length errors.
- DecryptionException
- Class DecryptionException
Custom exception class for decryption errors.
- SaltLengthException
- Class SaltLengthException
Custom exception class for salt length errors.
- CryptexTest
- CryptexTest performs unit testing for the Cryptex class.