Crate stegano_seasmoke

Crate stegano_seasmoke 

Source
Expand description

§Password Hashing

This little lib explores on

Re-exports§

pub use crate::error::SeasmokeError;

Modules§

error
ffi
ffi_utils

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

Type Aliases§

Key
Result