wwEncryption::SetBinHexMode

Use this method to switch the global setting for output mode of binary string values for ComputeHash() and EncryptString() to either base64 (default) or binHex.

This method changes a global setting that is sticky, until you change it again.

Note: ComputeHash() has recently changed to explicitly include a llUseBinHex parameter that overrides this setting when passed.

o.SetBinHexMode(llBinHex)

Parameters

llBinHex If missing or .T. returns encrypted results as BinHex values. If explicitly .F. returns values as Base64.

Overloads:


See also:

Class wwEncryption

© West Wind Technologies, 2023 • Updated: 08/14/21
Comment or report problem with topic