Package: python3-cryptodatahub Source: cryptodatahub Version: 0.12.2-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 1868 Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-six (>= 1.13), python3-urllib3, python3:any Filename: all/python3-cryptodatahub_0.12.2-1_all.deb Size: 453872 MD5sum: a44f305ec6c108ed00b0196154e0e4e6 SHA1: 7058cc25b3e0454256313ca3e8f2c82c2ef93de8 SHA256: b7101a0ba7e6de899d8a627a30e0eef27d67ac0bf05f3c2ef97f90e765e30960 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.2-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 453 Depends: python3-attr (>= 20.3.0), python3-colorama, python3-dateutil, python3-dnspython, python3-pyfakefs, python3-requests, python3-urllib3, python3:any Filename: all/python3-cryptolyzer_0.12.2-1_all.deb Size: 64316 MD5sum: bec0595190bfcbf220acab306e65982e SHA1: 9278e0d305461c3bf24f35facdc29bd8d4f650c8 SHA256: 46588c9e188aa80704c7892e98462a71391bc9da352febdf1dacf9ca33d315a3 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.2-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 440 Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-urllib3, python3:any Filename: all/python3-cryptoparser_0.12.2-1_all.deb Size: 53996 MD5sum: 3e74cab1f9f1713c39b2c470cc114405 SHA1: 4e1f49226e97619a2afa76bb3c75e0a955d05bd9 SHA256: a5b322a7ed213ef7729167331e8c62d7642492fe61d3c0f46e2ffedfac853d09 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 -------