Package | Description |
---|---|
org.springframework.security.crypto.bcrypt | |
org.springframework.security.crypto.password |
Modifier and Type | Class and Description |
---|---|
class |
BCryptPasswordEncoder
Implementation of PasswordEncoder that uses the BCrypt strong hashing function.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpPasswordEncoder
A password encoder that does nothing.
|
class |
StandardPasswordEncoder
A standard
PasswordEncoder implementation that uses SHA-256 hashing with 1024 iterations and a
random 8-byte random salt value. |
Modifier and Type | Method and Description |
---|---|
static PasswordEncoder |
NoOpPasswordEncoder.getInstance()
Get the singleton
NoOpPasswordEncoder . |
Copyright © 2015. All rights reserved.