2 projects
rencrypt
A Python encryption library implemented in Rust. It supports AEAD with various ciphers. It uses multiple providers to handle encryption.
zeroize
Securely clear secrets from memory. Built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler.