wodCrypt Changelog

What's new in wodCrypt 2.2.5

Feb 10, 2018
  • Updated OpenSSL to 1.0.2n

New in wodCrypt 2.2.4 (Feb 10, 2016)

  • Fix in Decrypt method that didn't release source blob

New in wodCrypt 2.2.3 (Feb 10, 2016)

  • FileBlob.FromArray now use StartPos and EndPos property values
  • OpenSSL updated to 1.0.2

New in wodCrypt 2.2.2 (Dec 19, 2014)

  • Fix in SHA256 and SHA512 that caused access violation under FIPS mode

New in wodCrypt 2.2.1 (Feb 23, 2012)

  • Support for CRC16 and CRC32
  • Blobs now have new method ToInt to export single integer (for CRC)

New in wodCrypt 2.2.0 (Jan 10, 2012)

  • Support for file sizes over 4.7GB through new IBlob64 interface

New in wodCrypt 2.1.4 (May 5, 2011)

  • Fix in MemBlob/FileBlob Text property encoding when simplified chinese is used

New in wodCrypt 2.1.3 (Mar 12, 2011)

  • HMAC SHA256 support

New in wodCrypt 2.1.2 (Oct 26, 2010)

  • Fix in RSA signatures that were incorrect when key size was above 1024 bits

New in wodCrypt 2.1.1 (Jan 26, 2010)

  • Distribution now contains x86 and x64 binaries
  • FileBlob now has StartPos and EndPos properties

New in wodCrypt 2.1.0 (Nov 11, 2009)

  • FIPS 140-2 enabled library can now be specified as external DLL, through FIPS property. This way your application can switch to "on demand FIPS" just by specifying different library.

New in wodCrypt 2.0.1 (Jul 14, 2009)

  • Fixed problem with unicode file names
  • StreamBlob added to store data in IStream objects

New in wodCrypt 1.4.3 (Feb 11, 2009)

  • Added SHA256 and SHA512 digest types

New in wodCrypt 1.3.2.0 (Sep 24, 2007)

  • Progress event did not fire correctly if compression was used

New in wodCrypt 1.3.1.0 (Jun 28, 2007)

  • Fix in PKCS7 padding that failed to properly truncate result after decrypt

New in wodCrypt 1.2.8 (Nov 13, 2006)

  • Fix in FromBase64 method that could freeze if text wasn't base64 encoded