mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 06:13:30 +00:00
parent
c642de537a
commit
fe5c6d6621
@ -38,7 +38,7 @@ import java.security.MessageDigest;
|
|||||||
* @author Luke Taylor
|
* @author Luke Taylor
|
||||||
* @since 4.2.6
|
* @since 4.2.6
|
||||||
* @deprecated Digest based password encoding is not considered secure. Instead use an
|
* @deprecated Digest based password encoding is not considered secure. Instead use an
|
||||||
* adaptive one way funciton like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
|
* adaptive one way function like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
|
||||||
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
|
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
|
||||||
* password upgrades. There are no plans to remove this support. It is deprecated to indicate
|
* password upgrades. There are no plans to remove this support. It is deprecated to indicate
|
||||||
* that this is a legacy implementation and using it is considered insecure.
|
* that this is a legacy implementation and using it is considered insecure.
|
||||||
|
@ -70,7 +70,7 @@ import org.springframework.security.crypto.keygen.StringKeyGenerator;
|
|||||||
* @author Rob winch
|
* @author Rob winch
|
||||||
* @since 5.1
|
* @since 5.1
|
||||||
* @deprecated Digest based password encoding is not considered secure. Instead use an
|
* @deprecated Digest based password encoding is not considered secure. Instead use an
|
||||||
* adaptive one way funciton like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
|
* adaptive one way function like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
|
||||||
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
|
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
|
||||||
* password upgrades. There are no plans to remove this support. It is deprecated to indicate
|
* password upgrades. There are no plans to remove this support. It is deprecated to indicate
|
||||||
* that this is a legacy implementation and using it is considered insecure.
|
* that this is a legacy implementation and using it is considered insecure.
|
||||||
|
@ -74,7 +74,7 @@ import java.security.MessageDigest;
|
|||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
* @since 4.2.6
|
* @since 4.2.6
|
||||||
* @deprecated Digest based password encoding is not considered secure. Instead use an
|
* @deprecated Digest based password encoding is not considered secure. Instead use an
|
||||||
* adaptive one way funciton like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
|
* adaptive one way function like BCryptPasswordEncoder, Pbkdf2PasswordEncoder, or
|
||||||
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
|
* SCryptPasswordEncoder. Even better use {@link DelegatingPasswordEncoder} which supports
|
||||||
* password upgrades. There are no plans to remove this support. It is deprecated to indicate
|
* password upgrades. There are no plans to remove this support. It is deprecated to indicate
|
||||||
* that this is a legacy implementation and using it is considered insecure.
|
* that this is a legacy implementation and using it is considered insecure.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user