Package org.springframework.security.crypto.password
-
Interface Summary Interface Description PasswordEncoder Service interface for encoding passwords. -
Class Summary Class Description AbstractPasswordEncoder Abstract base class for password encodersDelegatingPasswordEncoder A password encoder that delegates to another PasswordEncoder based upon a prefixed identifier.LdapShaPasswordEncoder Deprecated. Digest based password encoding is not considered secure.Md4PasswordEncoder Deprecated. Digest based password encoding is not considered secure.MessageDigestPasswordEncoder Deprecated. Digest based password encoding is not considered secure.NoOpPasswordEncoder Deprecated. This PasswordEncoder is not secure.Pbkdf2PasswordEncoder APasswordEncoder
implementation that uses PBKDF2 with a configurable number of iterations and a random 8-byte random salt value.StandardPasswordEncoder Deprecated. Digest based password encoding is not considered secure. -
Enum Summary Enum Description Pbkdf2PasswordEncoder.SecretKeyFactoryAlgorithm The Algorithm used for creating theSecretKeyFactory