DRACOON Crypto utils in Rust
Explore the docs »
Report Bug
Work in progress Crypto library for DRACOON based on openssl crate.
- Asymmetric encryption / decryption of file keys (RSA)
- Symmetric encryption / decryption of messages (AES256 GCM)
- on the fly encryption / decryption
- chunked encryption / decryption
- Chunked encryption / decryption is currently not generic and requires openssl crate
- make Crypter generic, so that other libraries can be used
Using the crate binds to the latest openssl version and is compiled in vendored mode (see openssl for details).
Documentation All documentation is provided via docs on docs.rs