Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

Decrypts the encrypted data with specified password

string $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

Returns

Decrypted text
  • No labels