Sharkysoft home

Optimized DES encryption routines.

See:
          Description

Packages
lava.array Array manipulation and conversion
lava.konst Frequently used constants.
lava.security Generic encryption interfaces.
lava.security.des DES data encryption utilities.
lava.security.des.spec DES constants.

 

Optimized DES encryption routines.

Lava's jDES is a highly optimized, highly configurable implementation of the Data Encryption Standard (DES) in Java. jDES was designed with four goals in mind:

jDES utilizes Sharkysoft's proprietary reformulation of DES optimized for 32-bit machines. Tests have shown that jDES can outperform the JCE (Sun's cryptography library) in DES computations by as much as 25%.


Sharkysoft home