DecryptPassword - cConnection
Used to decrypt a password
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| sPWD | String | Encrypted password |
Syntax
Function DecryptPassword String sPWD Returns String
Call Example
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.
Return Value
Plain text password