Package edu.jhu.tmaj.util.crypt

Provides classes that encrypt data.

See:
          Description

Class Summary
CryptUtil A utility class encryption and decryption of data (2-way).
KeyManagementUtil A utility class for creating, storing, or getting a key or iv.
RandomString Utility methods for generating random strings.
StringDigest Utility for digesting strings using a one way hash algorithm
 

Package edu.jhu.tmaj.util.crypt Description

Provides classes that encrypt data. Some of the classes in Crypt allow 2-way encryption such as the Crypt1 class, while others are for one-way encryption (hashing) such the the StringDigest class.