pub fn encrypt(key: Option<&[u8; 32]>, plaintext: &str) -> Result<String>
Seal plaintext with an explicit key. None returns the plaintext unchanged.
plaintext
None