If that's the algorithm name that the JVM goes by, then yes. These are the names that are supported (probably the message digest ones):
http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html#AppA On Tue, Dec 29, 2009 at 1:26 PM, James <[email protected]> wrote: > So i this the right configuration, if i am using SHA-256 to encrypt my > passwords. > > <bean id="passwordEncoder" > class="org.jasig.cas.authentication.handler.DefaultPasswordEncoder"> > <constructor-arg value="sha256"/> > </bean> > > Thank You > James > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
