decrypt
Decrypts an encrypted value using the provided password.
Return
The decrypted value as a string.
Parameters
value
The encrypted data.
key
The password used for decryption.
Throws
If the password is not set.
Decrypts an encrypted value using the provided password.
The decrypted value as a string.
The encrypted data.
The password used for decryption.
If the password is not set.