Encrypt a secret given the public base64 key and the thing you want to encrypt.
The public base64 key to encrypt with.
The value to encrypt in plaintext.
The encrypted string. This value will be different on repeat calls, but the result should always decrypt to the initial plaintextValue argument.
plaintextValue
Encrypt a secret given the public base64 key and the thing you want to encrypt.