This library implements the specification for the RNCryptor encrypted file format by Rob Napier.
- V3 - Spec
- Password-based Encryption
- Key-based Encryption
- Decryption (with HMAC validation)
- Test vectors
- Quickcheck roundtrip properties
- Move away from
rust-crypto
if possible/needed. - Streaming API
- Profiling & optimisations
- Alfredo Di Napoli (creator and maintainer)
This library scratches my own itches, but please fork away! Pull requests are encouraged.