Skip to main content

Module derive_encrypt

Module derive_encrypt 

Source

Structs§

KdfEncryptedData
A blob that stores key derivation parameters alongside a symmetric ciphertext, allowing decryption with only the original password.

Functions§

encrypt_with_password
Encrypts data with a key derived from password and returns a self-contained blob.
encrypt_with_password_and_aad
Encrypts data with a key derived from password and authenticates aad.