Package: python3-cryptodatahub Source: cryptodatahub Version: 0.11.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 1833 Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-six (>= 1.13), python3-urllib3, python3:any Filename: all/python3-cryptodatahub_0.11.0-1_all.deb Size: 451544 MD5sum: 3654a802453c1d094334efa6fe0e6982 SHA1: f58a936512df4a5a7559d0884fc8a50908e98d6d SHA256: 6d33eb06e25054e646dff3022da3d7b011d8abba1e01580bea55d9dea30c7c3f 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-cryptoparser Source: cryptoparser Version: 0.11.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 381 Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-urllib3, python3:any Filename: all/python3-cryptoparser_0.11.0-1_all.deb Size: 45144 MD5sum: 9ed81b49baa7618770552e634ce103f6 SHA1: 296d37ca0dcf222564491b07b9e95aa6f292f7b1 SHA256: 7875d6adf7a253770a2f51c40e6621dd5e553138511b4d12bd17020762442f4c 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 -------