Encrypt a plain text with a key produced by PassKey.PassKey.derive or PassKey.PassKey.derive_with_salt.
The output array must be at least plaintext.length +
pass_encryption_extra_length
bytes long.
plaintext |
A byte array of length |
ciphertext on success. |