pub fn encrypt_with_key( key_id: &str, plaintext: &str, associated_data: Option<&[u8]>, ) -> Result<String>
Encrypt text using a stored key