Thanks, do you know if in Spring Security 3, they've restructured the code
enough so that we wouldn't be pulling a huge amount of code to get this.  I
don't really want CAS4's core depending on all of Spring Security ;-)

Cheers,
Scott


On Fri, Aug 14, 2009 at 5:55 AM, Cyrille Le Clerc <
cyri...@cyrilleleclerc.com> wrote:

>    Hello Scott,
>
>    Could Spring Security's PasswordEncoder#encodePassword(rawPass, salt)
> api fits your needs ? It provides LdapShaPasswordEncoder,
> Md4PasswordEncoder, Md5PasswordEncoder, MessageDigestPasswordEncoder,
> PlaintextPasswordEncoder and ShaPasswordEncoder implementations.
>
>    We happily use it for SSHA password encoding (LdapShaPasswordEncoder) on
> our projets when the backend is a database instead of an LDAP server (we use
> bind with LDAP servers).
>
>    Cyrille
>
>
> http://static.springsource.org/spring-security/site/docs/2.0.x/apidocs/org/springframework/security/providers/encoding/PasswordEncoder.html
>
> --
> Cyrille Le Clerc
> cyri...@cyrilleleclerc.com
> clecl...@xebia.fr
> http://blog.xebia.fr
>
> On Fri, Aug 14, 2009 at 5:13 AM, Marvin Addison 
> <marvin.addi...@gmail.com>wrote:
>
>> > it seems like this type of interface and underlying
>> > support should already be handled somewhere.  Anyone know of a library
>> that
>> > does this that's in the Public Maven2 Repository?
>>
>> I believe Jasypt, http://www.jasypt.org/, has convenient interfaces
>> and beans for message digests.
>>
>> M
>>
>> --
>> You are currently subscribed to cas-dev@lists.jasig.org as:
>> cyri...@cyrilleleclerc.com
>> To unsubscribe, change settings or access archives, see
>> http://www.ja-sig.org/wiki/display/JSG/cas-dev
>>
>>
> --
> You are currently subscribed to cas-dev@lists.jasig.org as: 
> scott.battag...@gmail.com
>
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-dev
>
>

-- 
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to