Skip to content

Commit 3933652

Browse files
sakaeda11jzheaux
authored andcommitted
Duplicate words.
1 parent cb18e34 commit 3933652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/features/authentication/password-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ https://docs.spring.io/spring-security/site/docs/5.0.x/api/org/springframework/s
336336
The `BCryptPasswordEncoder` implementation uses the widely supported https://en.wikipedia.org/wiki/Bcrypt[bcrypt] algorithm to hash the passwords.
337337
To make it more resistant to password cracking, bcrypt is deliberately slow.
338338
Like other adaptive one-way functions, it should be tuned to take about 1 second to verify a password on your system.
339-
The default implementationThe default implementation of `BCryptPasswordEncoder` uses strength 10 as mentioned in the Javadoc of https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/crypto/bcrypt/BCryptPasswordEncoder.html[`BCryptPasswordEncoder`]. You are encouraged to
339+
The default implementation of `BCryptPasswordEncoder` uses strength 10 as mentioned in the Javadoc of https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/crypto/bcrypt/BCryptPasswordEncoder.html[`BCryptPasswordEncoder`]. You are encouraged to
340340
tune and test the strength parameter on your own system so that it takes roughly 1 second to verify a password.
341341

342342
.BCryptPasswordEncoder

0 commit comments

Comments
 (0)