Decrypts the given data with the given passphrase.
The output array must be at least ciphertext.length -
pass_encryption_extra_length
bytes long. This delegates to
PassKey.decrypt.
ciphertext |
A byte array of length |
passphrase |
The user-provided password. Can be empty. |
plaintext on success. |