Summary
SCryptPasswordEncoder constructor parameter cpuCost's default value needs to be fixed
Actual Behavior
The default value mentioned in javadoc for cpuCost is 16348
Expected Behavior
The default value for cpuCost must be 16384
Configuration
http://docs.spring.io/autorepo/docs/spring-security/4.1.1.RELEASE/apidocs/org/springframework/security/crypto/scrypt/SCryptPasswordEncoder.html#SCryptPasswordEncoder-int-int-int-int-int-
Version
4.1.1.RELEASE