Package: python3-cryptodatahub Source: cryptodatahub Version: 0.11.2-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 1841 Depends: python3-asn1crypto, python3-attr (<< 22.0.1), python3-dateutil, python3-six (>= 1.13), python3-urllib3, python3:any Filename: all/python3-cryptodatahub_0.11.2-1_all.deb Size: 454100 MD5sum: 9b5daefcd3e9123d081437c0613791ad SHA1: f6f4e336829bc0524e1c1a8f45586c0ce31caaca SHA256: ca882b6765b62f3a5e0d5fab255c5b6b3967ec3013c12c920aa72a75f44e1270 Section: python Priority: optional Description: Repository of cryptography-related data **CryptoDataHub** is a repository of cryptography-related data available under a free license. . -------------- Python Wrapper -------------- . Installation ============ . .. code:: shell . pip install cryptodatahub . Support ======= . Implementations --------------- . - CPython (2.7, 3.3+) Package: python3-cryptolyzer Source: cryptolyzer Version: 0.12.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 440 Depends: python3-attr (<< 22.0.1), python3-colorama, python3-dateutil, python3-dnspython, python3-pyfakefs, python3-requests, python3-urllib3, python3:any Filename: all/python3-cryptolyzer_0.12.0-1_all.deb Size: 62608 MD5sum: 2f6456a0c283ff3e1f44b36fd52aaaa7 SHA1: 03e8484458dc97c036cb571f7b0c6b7784762973 SHA256: c7fa51d8cb2232f2ccd059206c0bee240f277e21d36b38aa9efe3ee3671b9436 Section: python Priority: optional Description: Fast and flexible cryptographic protocol analyzer **CryptoLyzer** is a fast, flexible, and comprehensive server cryptographic protocol (`TLS `__, `SSL `__, `SSH `__, `DNSSEC `__) and related setting (`HTTP headers `__, `DNS records `__) analyzer and fingerprint (`JA3 `__, `HASSH `__ tag) generator with `application programming `__ (API) and `command line `__ (CLI) interface. . However the API can provide the most complete functionality, the CLI also strives to be as comprehensive as possible. To do that CLI provides three output formats. The first one for human analysis where the cryptographic algorithm names and the values of key sizes and other security-related settings are colorized according to their security strength using the well-known `traffic light rating system `__. The other two output formats (:ref:`Output Formats / Markdown`, :ref:`Output Formats / JSON`) are machine-readable, however the Markdown format even human-readable and even suitable for generating documentation in different formats (e.g. DOCX, PDF, ...). Package: python3-cryptoparser Source: cryptoparser Version: 0.12.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 444 Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-urllib3, python3:any Filename: all/python3-cryptoparser_0.12.0-1_all.deb Size: 54060 MD5sum: 49d543be45a0d73e602146dd51661388 SHA1: 0b28c81538f283df4b8ab7e80e62df1820b65298 SHA256: a36f9dddd1eaf0bd808d2333b5cf4d2cf21d5d28bf87843224c56f259cd89ed8 Section: python Priority: optional Description: Fast and flexible security protocol parser and generator **CryptoParser** is a cryptographic protocol (TLS, SSH) and security-related protocol piece (HTTP headers) parser. It is neither a comprehensive nor a secure implementation of any cryptographic protocol. The goal is to support testing cryptographic libraries or analysing cryptography-realted settings of application servers such as `CryptoLyzer `__ does. . ----- Usage ----- . Pip === . .. code:: shell . pip install cryptoparser . ------- Support -------