forked from JJVillasis/CPSC-452-Final-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Accounts.json
44 lines (44 loc) · 1.16 KB
/
Accounts.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
{
"Accounts": [
{
"userid": 1,
"username": "zztop2101",
"nameF": "Joshua",
"nameL": "Villasis",
"publicDSA": "publiczztop2101DSA.pem",
"publicRSA": "publiczztop2101RSA.pem",
"password": "3c3d3cebd3f7388d9802537c7e8e046d33508634d77fbd94115557b306b17fa0",
"email": "[email protected]"
},
{
"userid": 2,
"username": "JohnDoe",
"nameF": "John",
"nameL": "Doe",
"publicDSA": "publicJohnDoeDSA.pem",
"publicRSA": "publicJohnDoeRSA.pem",
"password": "d6b8dbf0f34d68e031f71f8bf09c7e9bd340ab07e5eda67d350f738499c66f89",
"email": "[email protected]"
},
{
"userid": 3,
"username": "JaneDoe",
"nameF": "Jane",
"nameL": "Doe",
"publicDSA": "publicJaneDoeDSA.pem",
"publicRSA": "publicJaneDoeRSA.pem",
"password": "a98dc1cbbff7a3309642d2e9fd7d1df2283fec84e2353a24616271b3c1c69731",
"email": "[email protected]"
},
{
"userid": 4,
"username": "Username",
"nameF": "Username",
"nameL": "Username",
"password": "e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a",
"publicDSA": "publicUsernameDSA.pem",
"publicRSA": "publicUsernameRSA.pem",
"email": "[email protected]"
}
]
}