Structs§
- KdfEncrypted
Data - A blob that stores key derivation parameters alongside a symmetric ciphertext, allowing decryption with only the original password.
Functions§
- encrypt_
with_ password - Encrypts
datawith a key derived frompasswordand returns a self-contained blob. - encrypt_
with_ password_ and_ aad - Encrypts
datawith a key derived frompasswordand authenticatesaad.