How to decrypt password. encrypted by spring security using :folloring code in spring 3.0
<authentication-manager alias="authenticationManager">
<authentication-provider user-service-ref="HibernateUserDetailsService">
<password-encoder ref="passwordEncoder" hash="sha-256">
<salt-source ref="saltSource"/>
</password-encoder>
</authentication-provider>
</authentication-manager>
answer replay on jpatel@logicom.in


Reply With Quote