Closes #5579
This commit is contained in:
Johnny Lim 2018-08-03 01:14:36 +09:00 committed by Rob Winch
parent c642de537a
commit fe5c6d6621
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.