Package: python3-cryptodatahub
Source: cryptodatahub
Version: 0.10.0-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 1752
Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-six (>= 1.13), python3-urllib3, python3:any
Filename: all/python3-cryptodatahub_0.10.0-1_all.deb
Size: 445432
MD5sum: 4a17c6367f23146c46ae910251e0756c
SHA1: e23c6fd5e9cdd22abb795dd92a679be5859f6877
SHA256: 45a860d8591d6e53ffc03a3f5afd2b25dbf92028dd82ff3eec0cf800f2a22d20
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.10.0-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 387
Depends: python3-attr (>= 19.1), python3-certvalidator, python3-dateutil, python3-pyfakefs, python3-requests, python3-urllib3, python3:any
Filename: all/python3-cryptolyzer_0.10.0-1_all.deb
Size: 54224
MD5sum: 36973fde03a0dae97fc1a0eb94d48017
SHA1: dd5f3a14d123a633c3b45ce0774067c8bb60855e
SHA256: 44475aeea061ebf54b1512619fca0e88dce85b3c05a9fcec5d5ea1da720e7a17
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.10.0-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 332
Depends: python3-asn1crypto, python3-attr (<< 22.0.1), python3-dateutil, python3:any
Filename: all/python3-cryptoparser_0.10.0-1_all.deb
Size: 41944
MD5sum: 396e9a779b6a2386329a205ba9c9f92d
SHA1: 232ae01ea0a396480acf8207e8bbe88aa0def42c
SHA256: 43a84069e19fe1889f543f6ad85be7638a16b64ea6cae50e93f3385dec953213
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
 ^^^^^^^^^^^^^^^^^^^^^