Skip to content

EncryptPassword - cLoginEncryption

Encrypts a string into an unreadable hash that can later be decrypted using DecryptKey

Type: Function
Return Data Type: String

Parameters

Parameter Type Description
sPlainText String Plain text password

Syntax

Function EncryptPassword String sPlainText Returns String

Call Example

Get EncryptPassword sPlainText to StringVariable

Description

EncryptPassword is used to encrypt a password.

It is passed the plain text password and returns the encrypted password.

If pbEncryptPassword is False, encryption is disabled and the same value that was passed in is returned.

Return Value

Base64 encoded hash