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 7 Next »

Overview

Encrypts given text with password

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

Returns

Encrypted data in base64 encoding
  • No labels