Encrypt plaintext and return a base64-encoded ciphertext.
plaintext
Future<String> encrypt(String plaintext);