CryptoDataHub 0.12.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. CryptoDataHub-0.12.6.dist-info/LICENSE.txt +373 -0
  2. CryptoDataHub-0.12.6.dist-info/METADATA +119 -0
  3. CryptoDataHub-0.12.6.dist-info/RECORD +70 -0
  4. CryptoDataHub-0.12.6.dist-info/WHEEL +5 -0
  5. CryptoDataHub-0.12.6.dist-info/top_level.txt +1 -0
  6. cryptodatahub/__init__.py +0 -0
  7. cryptodatahub/__setup__.py +10 -0
  8. cryptodatahub/common/__init__.py +0 -0
  9. cryptodatahub/common/algorithm.py +164 -0
  10. cryptodatahub/common/attack-named.json +74 -0
  11. cryptodatahub/common/attack-type.json +58 -0
  12. cryptodatahub/common/authentication.json +113 -0
  13. cryptodatahub/common/block-cipher-mode.json +75 -0
  14. cryptodatahub/common/block-cipher.json +474 -0
  15. cryptodatahub/common/certificate-transparency-log.json +2394 -0
  16. cryptodatahub/common/client.json +20 -0
  17. cryptodatahub/common/dhparam-well-known.json +1975 -0
  18. cryptodatahub/common/ecparam-well-known.json +1868 -0
  19. cryptodatahub/common/entity.json +269 -0
  20. cryptodatahub/common/entity.py +110 -0
  21. cryptodatahub/common/exception.py +28 -0
  22. cryptodatahub/common/grade.py +200 -0
  23. cryptodatahub/common/hash.json +273 -0
  24. cryptodatahub/common/key-exchange.json +140 -0
  25. cryptodatahub/common/key.py +571 -0
  26. cryptodatahub/common/mac.json +404 -0
  27. cryptodatahub/common/named-group.json +902 -0
  28. cryptodatahub/common/parameter.py +149 -0
  29. cryptodatahub/common/root-certificate.json +19240 -0
  30. cryptodatahub/common/server.json +56 -0
  31. cryptodatahub/common/signature.json +233 -0
  32. cryptodatahub/common/standard.json +57 -0
  33. cryptodatahub/common/stores.py +323 -0
  34. cryptodatahub/common/types.py +524 -0
  35. cryptodatahub/common/utils.py +112 -0
  36. cryptodatahub/common/vulnerability.json +2 -0
  37. cryptodatahub/dnsrec/__init__.py +0 -0
  38. cryptodatahub/dnsrec/algorithm.json +114 -0
  39. cryptodatahub/dnsrec/algorithm.py +87 -0
  40. cryptodatahub/dnsrec/digest-type.json +26 -0
  41. cryptodatahub/dnsrec/rr-type.json +805 -0
  42. cryptodatahub/ssh/__init__.py +0 -0
  43. cryptodatahub/ssh/algorithm.py +194 -0
  44. cryptodatahub/ssh/compression-algorithm.json +24 -0
  45. cryptodatahub/ssh/elliptic-curve-identifier.json +50 -0
  46. cryptodatahub/ssh/encryption-algorithm.json +587 -0
  47. cryptodatahub/ssh/host-key-algorithm.json +482 -0
  48. cryptodatahub/ssh/kex-algorithm.json +709 -0
  49. cryptodatahub/ssh/mac-algorithm.json +566 -0
  50. cryptodatahub/tls/__init__.py +0 -0
  51. cryptodatahub/tls/algorithm.py +324 -0
  52. cryptodatahub/tls/certificate-compression-algorithm.json +14 -0
  53. cryptodatahub/tls/cipher-kind.json +171 -0
  54. cryptodatahub/tls/cipher-suite-extension.json +10 -0
  55. cryptodatahub/tls/cipher-suite.json +5098 -0
  56. cryptodatahub/tls/client.json +4757 -0
  57. cryptodatahub/tls/client.py +220 -0
  58. cryptodatahub/tls/compression-method.json +20 -0
  59. cryptodatahub/tls/ec-point-format.json +20 -0
  60. cryptodatahub/tls/extension-type.json +282 -0
  61. cryptodatahub/tls/grease-one-byte.json +34 -0
  62. cryptodatahub/tls/grease-two-byte.json +66 -0
  63. cryptodatahub/tls/hash-and-signature-algorithm.json +266 -0
  64. cryptodatahub/tls/named-curve.json +292 -0
  65. cryptodatahub/tls/next-protocol-name.json +20 -0
  66. cryptodatahub/tls/protocol-name.json +71 -0
  67. cryptodatahub/tls/psk-key-exchange-mode.json +10 -0
  68. cryptodatahub/tls/token-binding-paramater.json +14 -0
  69. cryptodatahub/tls/version.json +154 -0
  70. cryptodatahub/tls/version.py +17 -0
@@ -0,0 +1,273 @@
1
+ {
2
+ "GOST_R3411_94": {
3
+ "name": "GOST R 34.11-94",
4
+ "long_name": null,
5
+ "oid": "1.2.643.2.2.9",
6
+ "vulnerabilities": null,
7
+ "digest_size": 256
8
+ },
9
+ "GOST_R3411_12_256": {
10
+ "name": "GOST R 34.11-2012 \"Streebog\" (256)",
11
+ "long_name": null,
12
+ "oid": "1.0.10118.3.0.56",
13
+ "vulnerabilities": null,
14
+ "digest_size": 256
15
+ },
16
+ "GOST_R3411_12_512": {
17
+ "name": "GOST R 34.11-2012 \"Streebog\" (512)",
18
+ "long_name": null,
19
+ "oid": "1.0.10118.3.0.56",
20
+ "vulnerabilities": null,
21
+ "digest_size": 512
22
+ },
23
+ "MD2": {
24
+ "name": "MD2",
25
+ "long_name": null,
26
+ "oid": "1.2.840.113549.2.2",
27
+ "vulnerabilities": null,
28
+ "digest_size": 128
29
+ },
30
+ "MD4": {
31
+ "name": "MD4",
32
+ "long_name": null,
33
+ "oid": "1.2.840.113549.2.4",
34
+ "vulnerabilities": null,
35
+ "digest_size": 128
36
+ },
37
+ "MD5": {
38
+ "name": "MD5",
39
+ "long_name": null,
40
+ "oid": "1.2.840.113549.2.5",
41
+ "vulnerabilities": [
42
+ {
43
+ "attack_type": "COLLISION",
44
+ "grade": "INSECURE",
45
+ "named": null
46
+ }
47
+ ],
48
+ "digest_size": 128
49
+ },
50
+ "RIPEMD128": {
51
+ "name": "RIPEMD-128",
52
+ "long_name": "RIPE Message Digest (128)",
53
+ "oid": "1.3.36.3.2.2",
54
+ "vulnerabilities": [
55
+ {
56
+ "attack_type": null,
57
+ "grade": "DEPRECATED",
58
+ "named": null
59
+ }
60
+ ],
61
+ "digest_size": 128
62
+ },
63
+ "RIPEMD160": {
64
+ "name": "RIPEMD-160",
65
+ "long_name": "RIPE Message Digest (160)",
66
+ "oid": "1.3.36.3.2.1",
67
+ "vulnerabilities": [
68
+ {
69
+ "attack_type": null,
70
+ "grade": "DEPRECATED",
71
+ "named": null
72
+ }
73
+ ],
74
+ "digest_size": 160
75
+ },
76
+ "RIPEMD256": {
77
+ "name": "RIPEMD-256",
78
+ "long_name": "RIPE Message Digest (256)",
79
+ "oid": "1.3.36.3.2.3",
80
+ "vulnerabilities": [
81
+ {
82
+ "attack_type": null,
83
+ "grade": "DEPRECATED",
84
+ "named": null
85
+ }
86
+ ],
87
+ "digest_size": 256
88
+ },
89
+ "SHA1": {
90
+ "name": "SHA-1",
91
+ "long_name": "Secure Hash Algorithm 1",
92
+ "oid": "1.3.14.3.2.18",
93
+ "vulnerabilities": [
94
+ {
95
+ "attack_type": "COLLISION",
96
+ "grade": "INSECURE",
97
+ "named": "SHATTERED"
98
+ }
99
+ ],
100
+ "digest_size": 160
101
+ },
102
+ "SHA1_96": {
103
+ "name": "SHA-1/96",
104
+ "long_name": "Secure Hash Algorithm 1 (96)",
105
+ "oid": null,
106
+ "vulnerabilities": [
107
+ {
108
+ "attack_type": "COLLISION",
109
+ "grade": "WEAK",
110
+ "named": null
111
+ }
112
+ ],
113
+ "digest_size": 96
114
+ },
115
+ "SHA2_224": {
116
+ "name": "SHA-224",
117
+ "long_name": "Secure Hash Algorithm 2 (224)",
118
+ "oid": "2.16.840.1.101.3.4.2.4",
119
+ "vulnerabilities": [],
120
+ "digest_size": 224
121
+ },
122
+ "SHA2_256": {
123
+ "name": "SHA-256",
124
+ "long_name": "Secure Hash Algorithm 2 (256)",
125
+ "oid": "2.16.840.1.101.3.4.2.1",
126
+ "vulnerabilities": [],
127
+ "digest_size": 256
128
+ },
129
+ "SHA2_384": {
130
+ "name": "SHA-384",
131
+ "long_name": "Secure Hash Algorithm 2 (384)",
132
+ "oid": "2.16.840.1.101.3.4.2.2",
133
+ "vulnerabilities": [],
134
+ "digest_size": 384
135
+ },
136
+ "SHA2_512": {
137
+ "name": "SHA-512",
138
+ "long_name": "Secure Hash Algorithm 2 (512)",
139
+ "oid": "2.16.840.1.101.3.4.2.3",
140
+ "vulnerabilities": [],
141
+ "digest_size": 512
142
+ },
143
+ "SHA2_512_224": {
144
+ "name": "SHA-512/224",
145
+ "long_name": "Secure Hash Algorithm 2 (512/224)",
146
+ "oid": "2.16.840.1.101.3.4.2.5",
147
+ "vulnerabilities": [],
148
+ "digest_size": 224
149
+ },
150
+ "SHA2_512_256": {
151
+ "name": "SHA-512/256",
152
+ "long_name": "Secure Hash Algorithm 2 (512/256)",
153
+ "oid": "2.16.840.1.101.3.4.2.6",
154
+ "vulnerabilities": [],
155
+ "digest_size": 256
156
+ },
157
+ "SHA3_224": {
158
+ "name": "SHA-224",
159
+ "long_name": "Secure Hash Algorithm 3 (224)",
160
+ "oid": "2.16.840.1.101.3.4.2.7",
161
+ "vulnerabilities": [],
162
+ "digest_size": 224
163
+ },
164
+ "SHA3_256": {
165
+ "name": "SHA-256",
166
+ "long_name": "Secure Hash Algorithm 3 (256)",
167
+ "oid": "2.16.840.1.101.3.4.2.8",
168
+ "vulnerabilities": [],
169
+ "digest_size": 256
170
+ },
171
+ "SHA3_384": {
172
+ "name": "SHA-384",
173
+ "long_name": "Secure Hash Algorithm 3 (384)",
174
+ "oid": "2.16.840.1.101.3.4.2.9",
175
+ "vulnerabilities": [],
176
+ "digest_size": 384
177
+ },
178
+ "SHA3_512": {
179
+ "name": "SHA-512",
180
+ "long_name": "Secure Hash Algorithm 3 (512)",
181
+ "oid": "2.16.840.1.101.3.4.2.10",
182
+ "vulnerabilities": [],
183
+ "digest_size": 512
184
+ },
185
+ "SHAKE_128": {
186
+ "name": "SHAKE128",
187
+ "long_name": null,
188
+ "oid": "2.16.840.1.101.3.4.2.11",
189
+ "vulnerabilities": null,
190
+ "digest_size": 128
191
+ },
192
+ "SHAKE_256": {
193
+ "name": "SHAKE256",
194
+ "long_name": null,
195
+ "oid": "2.16.840.1.101.3.4.2.12",
196
+ "vulnerabilities": null,
197
+ "digest_size": 256
198
+ },
199
+ "SM3": {
200
+ "name": "SM3",
201
+ "long_name": "ShangMi 3",
202
+ "oid": "1.2.156.10197.1.401",
203
+ "vulnerabilities": null,
204
+ "digest_size": 256
205
+ },
206
+ "TIGER_128": {
207
+ "name": "Tiger/128",
208
+ "long_name": null,
209
+ "oid": null,
210
+ "vulnerabilities": null,
211
+ "digest_size": 128
212
+ },
213
+ "TIGER_128_96": {
214
+ "name": "Tiger/128(96)",
215
+ "long_name": null,
216
+ "oid": null,
217
+ "vulnerabilities": [
218
+ {
219
+ "attack_type": "COLLISION",
220
+ "grade": "WEAK",
221
+ "named": null
222
+ }
223
+ ],
224
+ "digest_size": 96
225
+ },
226
+ "TIGER_160": {
227
+ "name": "Tiger/160",
228
+ "long_name": null,
229
+ "oid": null,
230
+ "vulnerabilities": null,
231
+ "digest_size": 160
232
+ },
233
+ "TIGER_160_96": {
234
+ "name": "Tiger/160(96)",
235
+ "long_name": null,
236
+ "oid": null,
237
+ "vulnerabilities": [
238
+ {
239
+ "attack_type": "COLLISION",
240
+ "grade": "WEAK",
241
+ "named": null
242
+ }
243
+ ],
244
+ "digest_size": 96
245
+ },
246
+ "TIGER_192": {
247
+ "name": "Tiger/192",
248
+ "long_name": null,
249
+ "oid": "1.3.6.1.4.1.11591.12.2",
250
+ "vulnerabilities": null,
251
+ "digest_size": 192
252
+ },
253
+ "TIGER_192_96": {
254
+ "name": "Tiger/192(96)",
255
+ "long_name": null,
256
+ "oid": null,
257
+ "vulnerabilities": [
258
+ {
259
+ "attack_type": "COLLISION",
260
+ "grade": "WEAK",
261
+ "named": null
262
+ }
263
+ ],
264
+ "digest_size": 96
265
+ },
266
+ "WHIRLPOOL": {
267
+ "name": "Whirlpool",
268
+ "long_name": null,
269
+ "oid": "1.0.10118.3.0.55",
270
+ "vulnerabilities": null,
271
+ "digest_size": 512
272
+ }
273
+ }
@@ -0,0 +1,140 @@
1
+ {
2
+ "NULL": {
3
+ "name": "null",
4
+ "long_name": "null encryption",
5
+ "vulnerabilities": [
6
+ {
7
+ "attack_type": "MITM",
8
+ "grade": "INSECURE",
9
+ "named": null
10
+ }
11
+ ],
12
+ "forward_secret": false
13
+ },
14
+ "AECDH": {
15
+ "name": "AECDH",
16
+ "long_name": "Anonymous Elliptic-curve Diffie-Hellman",
17
+ "vulnerabilities": [
18
+ {
19
+ "attack_type": "MITM",
20
+ "grade": "INSECURE",
21
+ "named": null
22
+ }
23
+ ],
24
+ "forward_secret": true
25
+ },
26
+ "ADH": {
27
+ "name": "ADH",
28
+ "long_name": "Anonymous Diffie-Hellman",
29
+ "vulnerabilities": [
30
+ {
31
+ "attack_type": "MITM",
32
+ "grade": "INSECURE",
33
+ "named": null
34
+ }
35
+ ],
36
+ "forward_secret": true
37
+ },
38
+ "CECPQ1": {
39
+ "name": "CECPQ1",
40
+ "long_name": "Combined Elliptic-Curve and Post-Quantum 1",
41
+ "vulnerabilities": null,
42
+ "forward_secret": false
43
+ },
44
+ "DH": {
45
+ "name": "DH",
46
+ "long_name": "Fixed Diffie-Hellman Ephemeral",
47
+ "vulnerabilities": [
48
+ {
49
+ "attack_type": "MITM",
50
+ "grade": "INSECURE",
51
+ "named": null
52
+ }
53
+ ],
54
+ "forward_secret": false
55
+ },
56
+ "DHE": {
57
+ "name": "DHE",
58
+ "long_name": "Diffie-Hellman Ephemeral",
59
+ "vulnerabilities": [],
60
+ "forward_secret": true
61
+ },
62
+ "ECDH": {
63
+ "name": "ECDH",
64
+ "long_name": "Fixed Elliptic-curve Diffie-Hellman",
65
+ "vulnerabilities": [
66
+ {
67
+ "attack_type": "MITM",
68
+ "grade": "INSECURE",
69
+ "named": null
70
+ }
71
+ ],
72
+ "forward_secret": false
73
+ },
74
+ "ECDHE": {
75
+ "name": "ECDHE",
76
+ "long_name": "Elliptic-curve Diffie-Hellman Ephemeral",
77
+ "vulnerabilities": [],
78
+ "forward_secret": true
79
+ },
80
+ "FORTEZZA_KEA": {
81
+ "name": "FORTEZZA_KEA",
82
+ "long_name": "Fortezza Key Exchange Algortihm",
83
+ "vulnerabilities": null,
84
+ "forward_secret": false
85
+ },
86
+ "GOST_R3410_94": {
87
+ "name": "GOST_R3410_94",
88
+ "long_name": null,
89
+ "vulnerabilities": null,
90
+ "forward_secret": true
91
+ },
92
+ "GOST_R3410_01": {
93
+ "name": "GOST_R3410_01",
94
+ "long_name": null,
95
+ "vulnerabilities": null,
96
+ "forward_secret": true
97
+ },
98
+ "GOST_R3411_12_256": {
99
+ "name": "GOST_R3411_12_256",
100
+ "long_name": null,
101
+ "vulnerabilities": null,
102
+ "forward_secret": true
103
+ },
104
+ "KRB5": {
105
+ "name": "KRB5",
106
+ "long_name": "Kerberos V5",
107
+ "vulnerabilities": null,
108
+ "forward_secret": false
109
+ },
110
+ "PSK": {
111
+ "name": "PSK",
112
+ "long_name": "Pre-shared Key",
113
+ "vulnerabilities": null,
114
+ "forward_secret": false
115
+ },
116
+ "RSA": {
117
+ "name": "RSA",
118
+ "long_name": "Rivest-Shamir-Adleman",
119
+ "vulnerabilities": [
120
+ {
121
+ "attack_type": "MITM",
122
+ "grade": "WEAK",
123
+ "named": "NOFS"
124
+ }
125
+ ],
126
+ "forward_secret": false
127
+ },
128
+ "HYBRID_PQS": {
129
+ "name": "hybrid post-quantum safe",
130
+ "long_name": null,
131
+ "vulnerabilities": [],
132
+ "forward_secret": true
133
+ },
134
+ "SRP": {
135
+ "name": "SRP",
136
+ "long_name": "Secure Remote Password",
137
+ "vulnerabilities": null,
138
+ "forward_secret": false
139
+ }
140
+ }