This website requires JavaScript.
Explore
Help
Sign In
Cwikius-Spring
/
spring-security
mirror of
https://github.com/spring-projects/spring-security.git
Watch
1
Star
0
Fork
You've already forked spring-security
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c31bdb6390
spring-security
/
crypto
/
crypto.gradle
3 lines
65 B
Groovy
Raw
Normal View
History
Unescape
Escape
Add SCryptPasswordEncoder Fixes gh-3702
2016-02-26 06:36:44 -05:00
dependencies
{
bcprov-jdk15on -> bcpkix-jdk150n This fixes the Spring IO checks since bcprov-jdk15on is not part of Spring IO platform. Issue gh-3702
2016-03-03 15:34:23 -05:00
optional
'org.bouncycastle:bcpkix-jdk15on:1.54'
Add SCryptPasswordEncoder Fixes gh-3702
2016-02-26 06:36:44 -05:00
}