Parameter | Description |
---|---|
sPWD | Encrypted password |
Plain text password
Function DecryptPassword String sPWD Returns String
Call: | Get DecryptPassword sPWD to StringVariable |
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.