CryptoSharp 1.3 released
31-Jan-2008 16:00

What's new:

  • Added Message Authentication (CMAC and HMAC) components.
  • The ConvertPassword function has been extended to fully comply with PKCS #5.
  • New encoding functions added: EncodeBlock/DecodeBlock and EncodeUtf8String/DecodeUtf8String.
  • Dynamic loading made faster.
  • New helper classes: Crc32 and MpInt.
  • New interface IComponentState.
  • IEncryptor and Encrypted Storage now use HMAC for computing critical checksums (full backward compatibility maintained).

See also: Security and Cryptography > CryptoSharp