Lightweight component that provides strong encryption for your applications. It provides supports for most common crypto algorithms, such as:AES, DES, TripleDES, Blowfish, Cast, RC2, RC, RC5, etc...

Version: 2.2.5Lightweight component that provides strong encryption for your applications. It provides supports for most common crypto algorithms, such as AES DES, TripleDES Blowfish Cast RC2 RC4 RC5
License: Free To Try $139.00
Operating System: Windows
Homepage: www.weonlydo.com
Developed by:
for symmetric encryption and decryption, RSA DSA for making and verifying signatures, and MD5 SHA1 for creating hashes.
Working with Blobs
wodCrypt works with Blobs - Binary Large Objects (it doesn't have to be big, of course) when it comes to data manipulation.
Blob is our object that can read files, string variables and bytes array, and provide the same as their output. Even more, it can present the information in BASE64 and HEX encoded data - in case your environment just doesn't like to work with binary data.
Optimized code
Besides working in regular way - without random padding and internal wrapping, wodCrypt can work in Optimized mode as well.
In that case most probably no other encryption tool will be able to access (directly) your encrypted data - because wodCrypt will add specific information to it - such as size of blob. This way when decryption is done, you will get exactly the same plaintext as it was before encryption.
In regular way, wodCrypt has to look after block sizes for each protocol, key sizes etc.. so any empty space needs to be filled with zeros. It's not smart way to protect the data - but it's necessary to make encrypted text open to other decryption tools, for you to get the results as expected.
Licensing - royalty free
wodCrypt is royalty free - once you make your application, you can distribute binary versions of wodCrypt free of charge.
Licenses are purchased only for design-time development, one license per each developer on the project - and that's all!
Besides ActiveX version (which can be used even in FoxPro), wodCrypt has COM object as well, which can be used from many environments, such as VB, VC, Delphi, VBS, ASP etc..
Version 2.2.5: 2.2.5 January 15, 2018 Updated OpenSSL to 1.0.2n
Version 2.2.4: 2.1.3 March 8, 2011 * HMAC SHA256 support 2.1.2 October 21, 2010 * Fix in RSA signatures that were incorrect when key size was above 1024 bits
Version 2.1.1: 2.1.1 January 20, 2010 * Distribution now contains x86 and x64 binaries * FileBlob now has StartPos and EndPos properties 2.1.0 November 8, 2009 * FIPS 140-2 enabled library can now be specified as external DLL, through FIPS property.
Version 1.4.3: 1.4.3 June 30, 2008 * Added SHA256 and SHA512 digest types
Version 1.3.2: 1.3.2 August 12, 2007 * Progress event did not fire correctly if compression was used
Version 1.3.2.0: 1.2.8 September 1, 2006 * Fix in FromBase64 method that could freeze if text wasn't base64 encoded