-
Notifications
You must be signed in to change notification settings - Fork 0
/
testdata.json
51 lines (51 loc) · 1.38 KB
/
testdata.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
[
{
"why": "label and master password are easy to type (i.e., short and the same)",
"label": "a",
"master": "a",
"hash": "QSS8CpM1wn8IbyS6IHpJEg==",
"password": "QSS8CpM1"
},
{
"why": "hash has a digit in first 8 characters & label differs from master password",
"label": "0",
"master": "1",
"hash": "09lEaAKkQll1XTjm0WPoIA==",
"password": "09lEaAKk"
},
{
"why": "hash has a sequence of digits outside of first 8 chars",
"label": "0",
"master": "9",
"hash": "hhOYXsSeuPdXrmQ56Hm7Kg==",
"password": "56hhOYXs"
},
{
"why": "hash has a lone digit outside of first 8 chars",
"label": "0",
"master": "7",
"hash": "fLvECeyZDxnHjHW9HgbyFQ==",
"password": "9fLvECey"
},
{
"why": "hash has no digits",
"label": "0",
"master": "0",
"hash": "tLFHvFIoKHMfGgFr-nLAcw==",
"password": "1tLFHvFI"
},
{
"why": "master password w/ UTF-8 char",
"label": "ü",
"master": "0",
"hash": "fHFfKQlvumngcWEWq7HCgg==",
"password": "7fHFfKQl"
},
{
"why": "mixed case, length greater than 1 for label and master",
"label": "Aa",
"master": "Bb",
"hash": "pb3iGMs2S-VgWAX1kElklg==",
"password": "pb3iGMs2"
}
]