Decrypt¶
Decrypts the encrypted data with the specified password.
1 |
|
Parameters¶
string password
The password to be used in decryption.
string salt
The salt to be used in decryption.
string data
The encrypted data in Base64 encoding.
Returns¶
The decrypted text.
Remarks¶
Encrypt and decrypt text:¶
1 2 3 4 5 6 7 |
|