Package: python3-cryptodatahub Source: cryptodatahub Version: 0.9.1-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 696 Depends: python3-attr (>= 19.1), python3-dateutil, python3-six (>= 1.13), python3-urllib3, python3:any Filename: all/python3-cryptodatahub_0.9.1-1_all.deb Size: 65684 MD5sum: 3244a0b1d8c85b517fac1b61e55f803a SHA1: 88e287d6a952298fb0ea1d5f288e0034c15a31c5 SHA256: a7b9149b7d965d35544daac042bb2d3beeadd85a7acfe058c0e35071caf8c95c 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+) - PyPy (2.7, 3.5+) Package: python3-cryptolyzer Source: cryptolyzer Version: 0.9.1-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 390 Depends: python3-attr (>= 19.1), python3-dateutil, python3-requests, python3-urllib3, python3:any Filename: all/python3-cryptolyzer_0.9.1-1_all.deb Size: 54568 MD5sum: c9d8b171059a1936e96a5605c8a08719 SHA1: ab588ab4e2d06a7c9ac9b13a924687fe56f017e0 SHA256: 6ec2033763c1a2e9a299f032d88c63c338f8b915bb4d385129391c8a963bfe4f Section: python Priority: optional Description: Fast and flexible cryptographic protocol analyzer **CryptoLyzer** is a fast and flexible server cryptographic settings analyzer library for Python with an easy-to-use `command line interface `__ with both human-readable (`Markdown `__) and machine-readable (`JSON `__) output. It works with multiple cryptographic protocols (`SSL `__/ `TLS `__, `opportunistic TLS `__, `SSH `__) and analyzes additional security mechanisms (`web security `__ related `HTTP response header fields `__, `JA3 tag `__) or `HASSH tag `__). . Usage ----- . Pip ^^^ . .. code:: shell Package: python3-cryptoparser Source: cryptoparser Version: 0.9.1-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 331 Depends: python3-asn1crypto, python3-attr (<< 22.0.1), python3-dateutil, python3:any Filename: all/python3-cryptoparser_0.9.1-1_all.deb Size: 41728 MD5sum: 8e7cb3cd0a8f49568b8db20e393f1415 SHA1: c85a34a81a5f78ec5654ba827e320472708bde99 SHA256: 766c3c052cd24ce82c2c8784f1173c420943fad46bad963c932559b1cfe2a040 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 ------- . Python implementation ^^^^^^^^^^^^^^^^^^^^^