-
Notifications
You must be signed in to change notification settings - Fork 0
/
users.json
59 lines (59 loc) · 1.65 KB
/
users.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"users": [
{
"username": "felix",
"hashedPassword": "$2a$10$7KFUJDitNcDS8hGzVHUPs.qGhxxFxOdmyWT6/X0oMFBBQK9Ef7GdO",
"name": "Felix"
},
{
"username": "leonfish",
"hashedPassword": "$2a$10$TSZjeYB4hMn9vFfPSgz4fOV2T5vcjiBvQHDBJ5uU5EhK/TCqhB2ha",
"name": "Leonfish"
},
{
"username": "Rodin10",
"hashedPassword": "$2a$10$X7EZJ90hI2YrG/Cf3ApnqOGZZ9Ao5t5TSIgq94/t55X4Fjx7.uL2u",
"name": "Rodin"
},
{
"username": "ecdsafu",
"hashedPassword": "$2a$10$U2HaHN7EBwARIMdXyQhp1OudVtslUBsvodvl4tAygfD0NI80M7Zcm",
"name": "Fig"
},
{
"username": "squidcattt",
"hashedPassword": "$2a$10$zw.hM1bRJ9ad6Zdd4Ce0xuNKhqvs1lCaf4KdDmsCh/PJ/egz0sBTG",
"name": "Cat"
},
{
"username": "pilot7777",
"hashedPassword": "$2a$10$UBdpFmbleaAuRFlKzkeCwODJSzNii2K8BuP0ws.8DKC2qCLq5siNa",
"name": "Pilot"
},
{
"username": "genaroibc",
"hashedPassword": "$2a$10$nAuh04bZDHBmrHpX9W6MVuQvZYFTWk01gBhtXyE6dnmcmVAejvsBm",
"name": "Gena"
},
{
"username": "0xbergen",
"hashedPassword": "$2a$10$9B2Euyewf2GPCxRnxGwfH.FkxgOYFoT2tKDlJn5/u7kAwIZssFdaa",
"name": "Bergen"
},
{
"username": "jmd3v",
"hashedPassword": "$2a$10$Ytfu8xi2mcbWckb88DK.GOlFw8JgBIzEjvAWxG1vUzJqAfMROAP6u",
"name": "Juan"
},
{
"username": "koda_0x",
"hashedPassword": "$2a$10$9BdgbrLpLFLjUgg.8VhBsOBqOfnDNlq2N/CKIYk8RpjQl2481vV8C",
"name": "Koda"
},
{
"username": "0xtna",
"hashedPassword": "$2a$10$34Eg7gCwt.WlkjetHkqfVOzT76oS0EoOpYDdwbFBIrUY6HOSn0uxa",
"name": "Xtina"
}
]
}