pub fn encrypt(plaintext: &str, key: &[u8; 32]) -> Result<(String, String)>
Encrypt plaintext using AES-256-GCM