I saw this one while surfing around:
http://www.freestylesoft.com/products/crypto/avalanche.html
Specs (from their webpage)
* DES, Triple-DES, Blowfish, TEA, and 3-Way block ciphers.
* CBC, CFB, OFB, and ECB block cipher modes of operation, for bulk
data encryption.
* All modes of operation supported for all block ciphers.
* Pike stream cipher, provides fast data encryption and secure
random number generation.
* Whitening to thwart brute force attacks.
* Optional "fast DES" mode, which does not perform initial and
final permutations.
* Ciphers can be dynamically rekeyed.
Regards,
Glenn
Dave Del Torto wrote:
> Can anyone recommend a good Java 3DES library other than Phaos' and
> RSA's JSAFE toolkit?
>
> dave