Package: python3-cryptodatahub
Source: cryptodatahub
Version: 0.8.5-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 497
Depends: python3-attr (<< 22.0.1), python3-six (>= 1.13), python3:any
Filename: all/python3-cryptodatahub_0.8.5-1_all.deb
Size: 29284
MD5sum: e87cc245810b6d37dc48d6a40691e1ee
SHA1: 2b8173562b879a1aedaad9be3544c7dc3a5f2042
SHA256: e113b0d4412d5208d5a69dd5a250b401b57e3c8b1f71f3a231675310c00ba28e
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.0-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 491
Depends: python3-attr (<< 22.0.1), python3-dateutil, python3-requests, python3-urllib3, python3:any
Filename: all/python3-cryptolyzer_0.9.0-1_all.deb
Size: 72376
MD5sum: 446c0b04b0a6065f9740c27d53e0e94c
SHA1: 8bc0a942b42390077a144bccd6c2b4d5c9d6c353
SHA256: 4726b992d2bb767024f52c38b2c9f9a71b9fc1176500b371eb87e61062fcf8d1
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 <https://en.wikipedia.org/wiki/Command-line_interface>`__ with both human-readable
 (`Markdown <https://en.wikipedia.org/wiki/Markdown>`__) and
 machine-readable (`JSON <https://en.wikipedia.org/wiki/JSON>`__) output.  It works with multiple cryptographic protocols
 (`SSL <https://en.wikipedia.org/wiki/Transport_Layer_Security#SSL_1.0,_2.0,_and_3.0>`__/
 `TLS <https://en.wikipedia.org/wiki/Transport_Layer_Security>`__,
 `opportunistic TLS <https://en.wikipedia.org/wiki/Opportunistic_TLS>`__,
 `SSH <https://en.wikipedia.org/wiki/Secure_Shell>`__) and analyzes additional security mechanisms
 (`web security <https://infosec.mozilla.org/guidelines/web_security>`__ related
 `HTTP response header fields <https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Response_fields>`__,
 `JA3 tag <https://engineering.salesforce.com/tls-fingerprinting-with-ja3-and-ja3s-247362855967>`__) or `HASSH
 tag <https://engineering.salesforce.com/open-sourcing-hassh-abed3ae5044c/>`__).
 .
 Usage
 -----
 .
 Pip
 ^^^
 .
 .. code:: shell

Package: python3-cryptoparser
Source: cryptoparser
Version: 0.9.0-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 326
Depends: python3-asn1crypto, python3-dateutil, python3:any
Filename: all/python3-cryptoparser_0.9.0-1_all.deb
Size: 41088
MD5sum: d8b076ddc070f52356aa7ade5af74d8a
SHA1: e17085a8acb79e0e36557972569aaf178aa096a4
SHA256: 7152c771ff893d694be71a700d0738525c30206e640a3011472c05192fcd2505
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 <https://cryptolyzer.readthedocs.io/>`__ does.
 .
 Usage
 -----
 .
 Pip
 ^^^
 .
 .. code:: shell
 .
    pip install cryptoparser
 .
 Support
 -------
 .
 Python implementation
 ^^^^^^^^^^^^^^^^^^^^^