The digest algorithm is invoked on the concatenated bytes of the salt, secret and password.
If you are developing a new system, {@link org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder} isa better choice both in terms of security and interoperability with other languages. @author Keith Donald @author Luke Taylor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|