Overview
Encrypts given text with passwordstring $Crypto.Encrypt(password: string, salt: string, text: string)
Arguments
string password
Password to to be used in encryption
string salt
Salt to be used in encryption
string text
Text to be encrypted