Chilkat v11.0.0 Crypt2
The Chilkat.Crypt2 class has the following backward incompatible changes.
HashAlgorithm default change
The default hash algorithm has changed from sha1
to sha256
.
Hmac* methods replaced
The deprecated HmacBytes
, HmacBytesENC
, HmacString
, and HmacStringENC
methods are finally removed. Applications should use the MacBytes
, MacBytesENC
, MacString
, and MacStringENC
methods in combination with the MacAlgorithm
property (which defaults to "hmac")
SetHmacKey* methods replaced
The deprecated SetHmacKeyBytes
, SetHmacKeyEncoded
,and SetHmacKeyString
methods are finally removed. Applications should use the SetMacKeyBytes
, SetMacKeyEncoded
, and SetMacKeyString
methods