Skip to content

Commit

Permalink
Fix typo in How_to_generate_an_bcrypt_hash.md (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirk1984 authored Aug 30, 2024
1 parent 78fab2b commit ba989aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion How_to_generate_an_bcrypt_hash.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ $2b$12$coPqCsPtcF
- PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG
```
This hash is for the password 'foobar123', obtained using the command `docker run ghcr.io/wg-easy/wg-easy wgpw foobar123` and then inserted an additional `$` before each existing `$` symbal.
This hash is for the password 'foobar123', obtained using the command `docker run ghcr.io/wg-easy/wg-easy wgpw foobar123` and then inserted an additional `$` before each existing `$` symbol.

0 comments on commit ba989aa

Please sign in to comment.