Browse Source

Fix typo in How_to_generate_an_bcrypt_hash.md (#1332)

pull/1348/head
Kirk1984 7 months ago
committed by GitHub
parent
commit
ba989aa829
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      How_to_generate_an_bcrypt_hash.md

2
How_to_generate_an_bcrypt_hash.md

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

Loading…
Cancel
Save