pub fn encrypt_bytes<R: Rng>( plaintext: &str, key: &str, rng: &mut R, ) -> Result<Vec<u8>, CipherError>