You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bcrypt.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ If one wanted to make `Blowfish::bcrypt_hash()` support variable length password
217
217
218
218
## Making Wikipedia match OpenSSH
219
219
220
-
The following changes (notated using the [phpBB MOD Text Template](phpbb.md#actions)) are for [revision 08:07, 14 May 2024 of wikipedia's bcrypt article](https://en.wikipedia.org/w/index.php?title=Bcrypt&oldid=1223800920#Algorithm). They may or may not work on other revision.
220
+
The following changes (notated using the [phpBB MOD Text Template](phpbb.md#actions)) are for [revision 08:07, 14 May 2024 of wikipedia's bcrypt article](https://en.wikipedia.org/w/index.php?title=Bcrypt&oldid=1223800920#Algorithm). They may or may not work on other revisions.
221
221
222
222
```
223
223
#
@@ -298,4 +298,4 @@ The following changes (notated using the [phpBB MOD Text Template](phpbb.md#acti
298
298
#
299
299
block ← Encrypt(state, block xor saltChunk[(n-1) mod 8])
300
300
```
301
-
Being pseudo code this doesn't quite capture everything. For example it doesn't capture the change in endianness.
301
+
Being pseudo code this doesn't quite capture everything. For example it doesn't capture the change in endianness.
0 commit comments