pbEncryptPassword - cConnection

Determines whether EncryptPassword and DecryptPassword use encryption

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean pbEncryptPassword

Read Access: Get pbEncryptPassword to BooleanVariable
Write Access: Set pbEncryptPassword to BooleanVariable/Value


Description

If pbEncryptPassword is true, EncryptPassword and DecryptPassword send this same message on to a password encryption object.

This is an object that is added by using the login encryption package (e.g., Use LoginEncryption.pkg). The actual encryption/decryption occurs in this package. This package can be replaced with your own custom package where you can augment DecryptLogin and EncryptLogin to handle custom encryptions.

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