Expand description
§Password Hashing
This little lib explores on
Re-exports§
pub use crate::error::SeasmokeError;
Modules§
Functions§
- decrypt_
data - decrypt data with password, it uses argon2id for key derivation and XChaCha20Poly1305 for encryption
- encrypt_
data - encrypt data with password, it uses argon2id for key derivation and XChaCha20Poly1305 for encryption