Decrypt¶
Decrypts the encrypted data with specified password
1 |
|
Parameters¶
string password
Password to be used in decryption
string salt
Salt to be used in decryption
string data
Encrypted data in base64 encoding
Returns¶
Decrypted text
Remarks¶
Encrypt and decrypt text¶
1 2 3 4 5 6 7 |
|