On Oct 25, 2010, at 9:37 AM, Mike K wrote:
>
>
> 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.
Can you provide a little more detail?
Regards,
Alan