Package: cryptodatahub Version: 0.12.6 Architecture: amd64 Maintainer: Szilárd Pfeiffer Installed-Size: 15 Filename: amd64/cryptodatahub_0.12.6_amd64.deb Size: 1564 MD5sum: cc46bf8996a791de0ae1cf9a57a6ba71 SHA1: 275af31310780b93da48a7ce69b0b90abd37ccd9 SHA256: 91da436252621098edcd80c7882d34d0fcfab3badc7a572dc263dfbe31e966bb 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: 58292 MD5sum: bf654e1824984f926d8e9fb3e7ca3249 SHA1: adbd0a4c60211479894ccca73ce618b57afb56b6 SHA256: 4952611be772495cacfe97dab48226ec49bd15cf784bc265fa9969f4795b2f13 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: 51368 MD5sum: 163c4f0511d86d1cbb0ed34fb58f3e39 SHA1: 9c57e7844c03be0c69d1582b666ed5a62ff239ed SHA256: ed4eba35ef561d69102ec9c251c362e1ea356f809ce7e860d06dc0708e681886 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 -------