Package org.springframework.security.crypto.password

Interface Summary
PasswordEncoder Service interface for encoding passwords.
 

Class Summary
NoOpPasswordEncoder A password encoder that does nothing.
StandardPasswordEncoder A standard PasswordEncoder implementation that uses SHA-256 hashing with 1024 iterations and a random 8-byte random salt value.