mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 12:50:06 +03:00
Fix typo in How_to_generate_an_bcrypt_hash.md (#1332)
This commit is contained in:
parent
78fab2b5d8
commit
ba989aa829
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ $2b$12$coPqCsPtcF
|
||||||
- PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG
|
- 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…
Add table
Add a link
Reference in a new issue