encrypt
Encrypts a given value using the stored password.
Return
An EncryptedData
object containing the encrypted value.
Parameters
value
The data to encrypt.
Throws
If the password is not set.
Encrypts a given value using the stored password.
An EncryptedData
object containing the encrypted value.
The data to encrypt.
If the password is not set.