Zoomed Image

AMSX Scripting Language - Command : encrypttextstrong

Summary

Encrypt a string using strong double-clickable encoding

Description

Encrypts the given string using the strong encryption scheme that produces a double-clickable (URL-safe alphanumeric) output. Use DecryptTextStrong to reverse.

Parameters

ParameterDescription
cmdstring to encrypt
Argument 0encryption key

Syntax


EncryptTextStrong "string to encrypt", "encryption key"

Return to the AMSX Command Reference