Summary¶
CryptoDataHub is a repository of cryptography-related data available under a free license. The main goal of the repository is to support cryptographic library tester and client/server cryptographic settings analyzer applications such as CryptoLyzer with reliable and freely available data.
Use CryptoDataHub when you need algorithm identifiers — public key, digital signature, key exchange, block cipher, stream cipher, cryptographic hash, elliptic-curve, and message authentication code algorithms are available as enumerations with their code points, names, and parameters.
Use CryptoDataHub when you need Diffie-Hellman parameters — both the finite field parameters defined by RFC 2539, RFC 3526, RFC 5114, and RFC 7919, and the ones built into Apache HTTP Server, HAProxy, Postfix, ProFTPD, and socat.
Use CryptoDataHub when you need trust stores — the trusted root certification authority certificate stores of Android, Apple, Google Chrome, Microsoft, Mozilla, OpenJDK, and Oracle, and the Certificate Transparency log list.
Use CryptoDataHub when you need vulnerability data — the algorithms and parameters affected by D(HE)at, Logjam, Sweet32, Shatter, and Weak DH are marked in the data itself.
The strength of CryptoDataHub is that the data is machine-readable, versioned, and updated from its original sources by the updaters shipped with the repository, so a consumer does not have to scrape registries, vendor pages, or trust store exports on its own.
Why CryptoDataHub?¶
Free license — the data is available under the same license as the code, without a per-consumer agreement.
One source for several protocols — protocol-independent algorithm data and the protocol-dependent attributes of IKE, SSL, TLS, SSH, and DNSSEC live in one repository.
Wrapper included — the data ships with a Python wrapper, so it can be consumed as typed enumerations instead of as raw JSON.
Reproducible updates —
update-ct-logandupdate-trust-storesregenerate the data from its original sources.
Details¶
History¶
- Changelog
- 1.6.0 - Unreleased
- 1.5.0 - 2026-07-31
- 1.4.0 - 2026-07-17
- 1.3.0 - 2026-06-15
- 1.2.1 - 2026-06-02
- 1.2.0 - 2026-05-05
- 1.1.1 - 2026-05-03
- 1.1.0 - 2026-02-13
- 1.0.2 - 2025-12-30
- 1.0.1 - 2025-12-07
- 1.0.0 - 2025-01-05
- 0.12.6 - 2024-12-08
- 0.12.5 - 2024-05-25
- 0.12.4 - 2024-04-28
- 0.12.3 - 2024-03-05
- 0.12.2 - 2024-01-11
- 0.12.1 - 2023-12-13
- 0.11.2 - 2023-11-13
- 0.11.1 - 2023-11-06
- 0.11.0 - 2023-10-28
- 0.10.3 - 2023-10-12
- 0.10.2 - 2023-09-28
- 0.10.1 - 2023-08-29
- 0.10.0 - 2023-08-03
- 0.9.1 - 2023-06-22
- 0.8.5 - 2023-04-02