Property Boolean pbEncryptPassword
Read Access: | Get pbEncryptPassword to BooleanVariable |
Write Access: | Set pbEncryptPassword to BooleanVariable/Value |
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.