Package: python3-cryptolyzer
Source: cryptolyzer
Version: 0.9.1-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 391
Depends: python3-attr (<< 22.0.1), python3-dateutil, python3-requests, python3-urllib3, python3:any
Filename: all/python3-cryptolyzer_0.9.1-1_all.deb
Size: 54480
MD5sum: 381c7e9c00c5dcac7070a5a4bdc8cd41
SHA1: a382ba4085bbd03748c21d4947305b989cdc412f
SHA256: 5c91cb1e1b8065fd7557b0cab9354fc7c9692915a93c7b07be0e839fd51c6be7
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.12.5-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 443
Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-urllib3, python3:any
Filename: all/python3-cryptoparser_0.12.5-1_all.deb
Size: 54360
MD5sum: ecb6ec4cf7dfa4a91701fac4ab0a8800
SHA1: b97d8c2a1af6120f07d8f998b6b76a2497570417
SHA256: 05571b5480246e19d1562074eb6b0f124e6557c8b6bb97653c157fdc083435ea
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 <https://cryptolyzer.readthedocs.io/>`__ does.
 .
 -----
 Usage
 -----
 .
 Pip
 ===
 .
 .. code:: shell
 .
    pip install cryptoparser
 .
 -------
 Support
 -------