Function symm_encrypt

Source
pub async fn symm_encrypt(passphrase: &str, plain: Vec<u8>) -> Result<String>
Expand description

Symmetric encryption.