Skip to content

Commit f17fb4d

Browse files
hashed all passwords
1 parent 1cdac65 commit f17fb4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

server-1.2/main/endusers.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[
22
{
33
"username": "alexd",
4-
"password": "bt2"
4+
"password": "$2b$10$hPy5GkiQ.07GI4BiN43n7uv7SnFfZ.X6fZjJFWToND4RE5wKDiLtK"
55
},
66
{
77
"username": "tejs",
8-
"password": "bt3"
8+
"password": "$2b$10$Ol3R/K4JWmNkaQ2TAbq38.DjLroS5IoyxZY2zwrx1K2Al3l.KOFje"
99
},
1010
{
1111
"username": "alexo",
12-
"password": "bt1"
12+
"password": "$2b$10$NgXW6eW3WSht3gw7qnChp.kPdtMuaRE.g5wx72VmfDV59C950G21K"
1313
}
1414
]

server-1.2/main/server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:3e8a8f89b3404760efff0decbd767441230d078f5953e198588f6d731ffd37c1
3-
size 9107
2+
oid sha256:2a97da726acfb1528b09fc31f006c612770b309d2b565fa03d9c01b091c5cb51
3+
size 9290

0 commit comments

Comments
 (0)