We are using spring acegi security for user password encoding and authentication, in past we were using SHAPasswordEncoder but our need it to make it AES compliant, I don't find any AES PasswordEncoder in Spring acegi security, please suggest somebody if spring supports AES or it has some plan in future to support AES. Thanks, Shailendra Singh
Asked
Active
Viewed 430 times
0
-
1You shouldn't be using Acegi anymore. It has long passed it's end of life and has several unpatched security holes. – Shaun the Sheep Jul 25 '13 at 17:32
-
1suggested by Luke - use BCrypt http://stackoverflow.com/questions/8521251/spring-securitypassword-encoding-in-db-and-in-applicationconext/8528804#8528804 – Michael Jul 28 '13 at 07:32
-
Thanks for comments. – Shailendra Singh Jun 09 '15 at 05:48