Package org.apache.shiro.crypto.hash

Cryptographic Hashing components that greatly simplify one-way data hashing in an application.

The Hash interface and its implementations are significantly easier to understand and use compared to the JDK's MessageDigest mechanism.