Skip to main content

decrypt_password

Function decrypt_password 

Source
pub fn decrypt_password(
    ciphertext: &[u8],
    password: &str,
    salt: &[u8; 16],
    nonce: &[u8; 12],
) -> Result<Vec<u8>>
Expand description

Decrypt data using password-based decryption