Skip to main content

encrypt_strong

Function encrypt_strong 

Source
pub fn encrypt_strong(
    plaintext: &[u8],
    passwords: &Vec<Vec<u8>>,
) -> Result<Vec<u8>>
Expand description

Strong encrypt data with one or more passwords – for private / sensitive data.