1. Spring PasswordEncoder decoding in external application stackoverflow.comI need to decode a password that was encoded using the org.springframework.security.authentication.encoding.PasswordEncoder.encodePassword method. Basically, application "A" maintains the encoded/encrypted password in its database. Application "B" makes a RESTful call ... |
2. Use Spring Security's PasswordEncoder to create AES encrypted based password stackoverflow.comI have a requirement to create a AES based encrypted password. I'm using Spring Security 3.0.5's PasswordEncoder.endcodePassword method and passing in AES, but I'm unsure if thats the proper technique... passwordEncoder.encodePassword("xyz", ... |
3. Custom PasswordEncoder stackoverflow.comI need to create a custom password encoder. I have completed to following tasks : applicationContext-Security.xml
|
4. Custom PasswordEncoder forum.springsource.orgHi ! I need to create a custom password encoder. I have completed to following tasks : 1 - in my applicationContext-Security.xml : Code: |
5. Authentication Fails when PasswordEncoder is being used. forum.springsource.orgAuthentication Fails when PasswordEncoder is being used. All, I have setup Acegi to use form based authentication. The password encoder is declared and set on my DaoAuthenticationProvider. When I enter the ... |
6. passwordEncoder problem forum.springsource.orgJul 16th, 2005, 02:22 PM #1 markt View Profile View Forum Posts Private Message Member Join Date Jan 2005 Posts 37 passwordEncoder problem Hi guys, My configuration of acegi security is ... |
7. DaoAuthenticationProvider : passwordEncoder forum.springsource.orgHi all, Is it possible to plug to DaoAuthenticationProvider, yith the property passwordEncoder, a Home made Password encoder. Today, after reading Spring in Action, i see that PlainTextPasswordEncoder, Md5PasswordEncoder and ShaPasswordEncoder ... |
8. PasswordEncoder gives different result forum.springsource.orgPasswordEncoder gives different result I have read the threads on this board about PasswordEncoder, but I still can't figure out what my problem is. Here are the relevant sections on my ... |
9. add passwordEncoder into spring + acegi forum.springsource.orgOriginally Posted by pmularien Please refer to the relevant Documentation my user name and password store in db, I try the folowing way |
10. PasswordEncoder takes/returns String and not char[], why? forum.springsource.orgPasswordEncoder takes/returns String and not char[], why? According to the Javadoc for PasswordEncoder interface provided by the Spring Security, the APIs take raw passwords as String and return String too. According ... |
11. PasswordEncoder forum.springsource.orgPasswordEncoder Hi! I have a application up and running with spring security working like a charm, but now its time to implement password encoding which is all new to me so ... |
12. Error in Authentication after adding passwordEncoder forum.springsource.orgError in Authentication after adding passwordEncoder I had a basic security setup with the jdbc-user-service and I am trying to add a passwordEncoder to the authentication provider. (I am on spring-security-2.0.4.xsd) ... |