Overview
Decrypts the encrypted data with specified passwordstring $Crypto.Decrypt(password: string, salt: string, data: string)
Arguments
string password
Password to be used in decryption
string salt
Salt to be used in decryption
string data
Encrypted data in base64 encoding