Package: cryptodatahub Version: 0.12.6 Architecture: amd64 Maintainer: Szilárd Pfeiffer Installed-Size: 15 Filename: amd64/cryptodatahub_0.12.6_amd64.deb Size: 1396 MD5sum: a39b31b8744533866c157d2e0f38c178 SHA1: f9e457ca80b0e5178be01fb4d81312c3d85445b6 SHA256: e432c3404b719059534707f4bd8bb2eff7da0b5c1c5eaf996729929c297659ad Section: python Priority: optional Description: Repository of cryptography-related data Package: python3-cryptolyzer Source: cryptolyzer Version: 0.12.6-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 447 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.6-1_all.deb Size: 61042 MD5sum: 8c740a4647bb122522e222bd1532c3cb SHA1: 9ee73b0cb9c864d19c42c195a0e91331b6a35f04 SHA256: 90bd3455b5934c32a6bebd5da913978d6910d9cfef6ad7229af3a2e4dca86a6e Section: python Priority: optional Description: A comprehensive cryptographic settings 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.6-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 443 Depends: python3-asn1crypto, python3-attr (<< 22.0.1), python3-dateutil, python3-urllib3, python3:any Filename: all/python3-cryptoparser_0.12.6-1_all.deb Size: 51988 MD5sum: 860b2ecdff54897e94b39d8556bd9b9d SHA1: 72211a13d245809237983cc1f1f607a474d16ded SHA256: 762144f53c5067b204a74d2843c43ff2abe35f42c3c8716651878753c6e1bdbd Section: python Priority: optional Description: An analysis oriented 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 -------