From 5a075683c4764589f2caf2b3e38511935ae9358e Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:20:15 +0200 Subject: [PATCH] fix typo: How_to_generate_an_bcrypt_hash.md --- How_to_generate_an_bcrypt_hash.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How_to_generate_an_bcrypt_hash.md b/How_to_generate_an_bcrypt_hash.md index ca3e5ee..61df3d9 100644 --- a/How_to_generate_an_bcrypt_hash.md +++ b/How_to_generate_an_bcrypt_hash.md @@ -1,6 +1,6 @@ # wg-password -`wg-password` (wgpg) is a script that generates bcrypt password hashes for use with `wg-easy`, enhancing security by requiring passwords. +`wg-password` (wgpw) is a script that generates bcrypt password hashes for use with `wg-easy`, enhancing security by requiring passwords. ## Features @@ -31,4 +31,4 @@ $2b$12$coPqCsPtcF ## LICENSE -[wg-easy license](./LICENSE) \ No newline at end of file +[wg-easy license](./LICENSE)