This repository has been archived by the owner on Jul 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
checker-dictionary.json
58 lines (58 loc) · 2.72 KB
/
checker-dictionary.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
{
"common": {
"name": "Common Password: In the top {{ value }} most used passwords",
"message": "Your password is very commonly used. It would be cracked almost instantly."
},
"xkcd": {
"name": "xkcd",
"message": "I suspect the password crackers might be on to this one by now..."
},
"jeff": {
"name": "There's always a back door...",
"message": "\"The guy who made the software was called Jeff Jeffty Jeff. Born on the first of Jeff, nineteen-jeffty-jeff.\""
},
"lengthVeryShort": {
"name": "Length: Very short",
"message": "Your password is very short. The longer a password is the more secure it will be."
},
"possiblyWord": {
"name": "Possibly a word",
"message": "Your password looks like it could be a dictionary word or a name. If it's a name with personal significance it might be easy to guess. If it's a dictionary word it could be cracked very quickly."
},
"onlyNumbers": {
"name": "Character Variety: Just Numbers",
"message": "Your password only contains numbers. This reduces the number of possible combinations dramatically."
},
"wordAndNumber": {
"name": "Possibly a Word and a Number",
"message": "Your password looks like it might just be a word and a few digits. This is a very common pattern and would be cracked very quickly."
},
"lengthShort": {
"name": "Length: Short",
"message": "Your password is quite short. The longer a password is the more secure it will be."
},
"justLetters": {
"name": "Character Variety: Just Letters",
"message": "Your password only contains letters. Adding numbers and symbols can make your password more secure."
},
"noSymbols": {
"name": "Character Variety: No Symbols",
"message": "Your password only contains numbers and letters. Adding a symbol can make your password more secure. Don't forget you can often use spaces in passwords."
},
"telephone": {
"name": "Possibly a Telephone Number / Date",
"message": "Your password looks like it might be a telephone number or a date. If it is and it has personal significance then it might be very easy for someone to guess."
},
"repeatedPattern": {
"name": "Repeated Pattern",
"message": "Repeated characters or patterns can make your password more predictable."
},
"nonStandardCharacters": {
"name": "Character Variety: Non-Standard Characters",
"message": "Your password contains a non-keyboard character. This should make it more secure."
},
"lengthLong": {
"name": "Length: Long",
"message": "Your password is over sixteen characters long."
}
}