e-CryptIt Engine 7.0 is out

New in 7.0:
* Added a BlowfishECB class (This replaces the old functions).
* Added a BlowfishCBC class which adds a CBC chained
Blowfish encryption to the plugin.
* Added a TwofishECB class which adds a ECB unchained
Twofish encryption to the plugin.
* Added a TwofishCBC class which adds a CBC chained
Twofish encryption to the plugin.
* Added a IEncryptionAlgorithm Interface which BlowfishECB
BlowfishCBC, TwofishECB and TwofishCBC implement.
* Removed the old function based BlowFish ECB encryption
and all the ByRef string referencing relating to it.
* Added new example projects for the new algorithms.
* The ZStream class is now implemented with native
MacOS calls rather that MSL calls making it 35% smaller on
Carbon and 50% smaller on PPC.
* Fixed a bug with the ZStream that made it crash when used
on OS 8.6.
* Fixed a minor memory leak in the ZStream constructor.
* The ZStream now Implements the IStreamWriter and
IStreamReader Interface.
* The ZStream now can take IStreamReader and IStreamWriter
as a constructor parameter, which add the ability to
do in memory compression and decompression.

Bj=F6rn Eir=EDksson bjorn@einhugur.com
Einhugur Software einhugur@kagi.com
www.einhugur.com