realbasic-betas.mbox
[Top] [All Lists]

[ANN] e-CryptIt Engine 6.8

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: [ANN] e-CryptIt Engine 6.8
From: Einhugur Software <bjorn at einhugur dot com>
Date: Thu, 28 Nov 2002 21:35:32 +0000
       e-CryptIt Engine 6.8 for REALbasic.

e-CryptIt Engine is a REALbasic plugin to do encryption, encoding, hashing,
compression and checksums.

e-CryptIt 6.8 requires REALbasic 4.0 or later.

e-CryptIt Engine 6.8 features:

  *     Encryption:
    *   e-CryptIt (PPC, Carbon, x86)
    *   BlowFish (Strong 448 bit) (PPC,Carbon, x86)
  *     Encoding/Decoding:
    *   e-CryptIt Flexible (PPC,Carbon,x86)
    *   Base64 (PPC,Carbon,x86)
    *   BinHex (PPC,Carbon,x86)
    *   MacBinary III (PPC,Carbon)
    *   AppleSingle / Double (PPC,Carbon)
    *   UUCoding (PPC,Carbon,x86)
  *     Compression:
    *   Zip on strings (PPC,Carbon,x86)
    *   Zip on filestreams (.z format) (PPC,Carbon,x86)
  *     Checksums:
    *   CRC32 (PPC,Carbon,x86)
    *   Adler32 (PPC,Carbon,x86)
  *     Hashing:
    *   MD5 (PPC,Carbon,x86)
    *   SHA (PPC,Carbon,x86)
    *   SHA1 (PPC,Carbon,x86)
    *   Keyed-Hashing:
    *   HMAC-MD5 (PPC,Carbon,x86)
    *   HMAC-SHA1 (PPC,Carbon,x86)
  *     IOProc (custom IO operation proc for new encoders)

New in version 6.8:
  * Added a IStreamWriter Interface.
  * Added a IStreamReader Interface.
  * The BinHex Encoder can now write to any class that
    implements the IStreamWriter Interface.
  * The BinHex Decoder can now read from any class that
    implements the IStreamReader Interface.
  * The BinHex Encoder is now supported on Win32 targets.
  * The BinHex Decoder is now supported on Win32 targets.
    (decodes the datafork only)
  * Added a ResourceForkWasSkipped property to the BinHex class.
    (for Win32 purposes)
  * Fixed a minor problem in the Base64 decoder where sometimes
    when a Base64 string was assigned to a FolderItem property,
    then the string would be in incorrect length.
  * Made the e-CryptIt Flexible Encoder much faster.
  * Made the e-CryptIt Flexible Decoder much faster.
  * The Encrypt function no longer does a ByRef encryption.
    (This means minor change of syntax)
  * The Decrypt function no longer does a ByRef decryption.
    (This means minor change of syntax)
  * Fixed a minor potential problem in the ZCompression class.
  * Added a IHashAlgorithm Interface.
  * MD5, HMAC_MD5, SHA, SHA1 and HMAC_SHA1 now all implement the
    IHashAlgorithm Interface.

Free Demos and full versions are available at our website:
http://www.einhugur.com/index.html

--
______________________________________________________________________
Björn Eiríksson                            bjorn at einhugur dot com
Einhugur Software                          einhugur at kagi dot com
www.einhugur.com
______________________________________________________________________
Einhugur Software has sold its products in 39 countries world wide.
______________________________________________________________________
For support:                               support at einhugur dot com
For bug reports:                           bugs at einhugur dot com
To post on the maillist:                   einhugur at yahoogroups dot com


---
A searchable archive of this list is available at:
<http://dbserver.realsoftware.com/KBDB/search.php>

Unsubscribe:
<mailto:realbasic-betas-off at lists dot realsoftware dot com>

Subscribe to the digest:
<mailto:realbasic-betas-digest at lists dot realsoftware dot com>
.


<Prev in Thread] Current Thread [Next in Thread>