Alan D. Cabrera wrote:
> 
> 
> 
> try {
>   Hasher hasher = new MessageDigestHasher("SHA-512");
> 
>   HashedCredentialsMatcher matcher = new HashedCredentialsMatcher(hasher);
> } catch(NoSuchAlgorithmException nsae)
> {
> }
> 
> 
I am instrumenting our Shiro-based security configuration, and I was just
about to start building a manager that would have both the digest for
storage and the credential matcher. The two are inextricably linked.

-- 
View this message in context: 
http://shiro-developer.582600.n2.nabble.com/Crypto-hierarchy-is-a-good-thing-tp5666975p5671401.html
Sent from the Shiro Developer mailing list archive at Nabble.com.

Reply via email to