Package org.springframework.security.authentication.encoding

Password encoding implementations.

See: Description

Package org.springframework.security.authentication.encoding Description

Password encoding implementations. Apart from the "null" implementations, they are all based on password hashing using digest functions. See the reference manual for more information.

Third part implementations such as those provided by Jasypt can also be used.