encrypt abstract method

Future<String> encrypt(
  1. String plaintext
)

Encrypt plaintext and return a base64-encoded ciphertext.

Implementation

Future<String> encrypt(String plaintext);