DecryptPassword - cConnection

Used to decrypt a password

Type: Function

Return Data Type: String

Parameters: String sPWD

ParameterDescription
sPWDEncrypted password


Return Value

Plain text password


Syntax
Function DecryptPassword String sPWD Returns String

Call: Get DecryptPassword sPWD to StringVariable


Description

DecryptPassword is used to decrypt a password.

It is passed an encrypted password and returns a plain text password.

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

Because customization is handled by the encryption login object, you should not normally augment the EncryptPassword and DecryptPassword functions in the cConnection class.