DecryptPassword - cLoginEncryption
Decrypts the unreadable hash generated by EncryptKey into a readable string
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| sBase64EncryptedPassword | String | Base64 encrypted password |
Syntax
Function DecryptPassword String sBase64EncryptedPassword Returns String
Call Example
Get DecryptPassword sBase64EncryptedPassword 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.
Return Value
Plain text password