On 07/10/2015 16:33, Christopher Schultz wrote:
> Mark,
>
> On 10/6/15 2:44 PM, Mark Thomas wrote:
>> On 06/10/2015 18:05, Christopher Schultz wrote:
>>> All,
>>>
>>> We (somewhat) recently introduced the CredentialHandler to Tomcat in
>>> order to make it easier to use different password-munging
Mark,
On 10/6/15 2:44 PM, Mark Thomas wrote:
> On 06/10/2015 18:05, Christopher Schultz wrote:
>> All,
>>
>> We (somewhat) recently introduced the CredentialHandler to Tomcat in
>> order to make it easier to use different password-munging strategies
>> along with all the Realm implementations. A g
On 06/10/2015 18:05, Christopher Schultz wrote:
> All,
>
> We (somewhat) recently introduced the CredentialHandler to Tomcat in
> order to make it easier to use different password-munging strategies
> along with all the Realm implementations. A good example is using a hash
> like SHA-256 in one ca
All,
We (somewhat) recently introduced the CredentialHandler to Tomcat in
order to make it easier to use different password-munging strategies
along with all the Realm implementations. A good example is using a hash
like SHA-256 in one case (using MessageDigest) and using PBKDF2 in
another case (u