rewrite in js

This commit is contained in:
tetuaoro
2024-07-14 17:13:27 +02:00
parent 8bfcb5d502
commit 883ca34182
10 changed files with 85 additions and 430 deletions

13
wg-password/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "wg-password",
"version": "1.0.1",
"description": "A binary to create bcrypt password hashes for wg-easy, enhancing security.",
"main": "index.mjs",
"author": "tetuaoro <65575727+tetuaoro@users.noreply.github.com>",
"dependencies": {
"bcryptjs": "^2.4.3"
},
"engines": {
"node": ">=18"
}
}