Package: python3-cryptodatahub Source: cryptodatahub Version: 0.11.1-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 1838 Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-six (>= 1.13), python3-urllib3, python3:any Filename: all/python3-cryptodatahub_0.11.1-1_all.deb Size: 452432 MD5sum: 6b15e2b729de92362828b332f38dee6b SHA1: ddcdc0c7bbc9564d7bcd497f4c0960bc8414e3ef SHA256: bc3b4cc084b20f0e4f3905f615794016a6a931b5d285f4441716f82254e5bf29 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.11.1-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 428 Depends: python3-attr (>= 20.3.0), python3-certvalidator, python3-colorama, python3-dateutil, python3-dnspython, python3-pyfakefs, python3-requests, python3-urllib3, python3:any Filename: all/python3-cryptolyzer_0.11.1-1_all.deb Size: 60948 MD5sum: 4711b3b23d4cd508f459b62835c2ed2c SHA1: 6464573c0e9c1cc232d8b7accf454700a75971a1 SHA256: 262769daf99d62618bcf253b1a2e7d8b37288fd84c20f40ed3701efb779f83d7 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.11.1-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 391 Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-urllib3, python3:any Filename: all/python3-cryptoparser_0.11.1-1_all.deb Size: 48960 MD5sum: b6c0dfff2bbc5e461e4d577fe680c7be SHA1: 6243438127e9226ed4afb6df5e44b6d645357b06 SHA256: c0a49aac1516d193ee7e24045d81cd01bcc22ae187506392e09c160d0faf9a2e 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 -------