Package: python3-cryptolyzer Source: cryptolyzer Version: 0.9.1-1 Architecture: all Maintainer: Szilárd Pfeiffer 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 `__ 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.12.5-1 Architecture: all Maintainer: Szilárd Pfeiffer 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 `__ does. . ----- Usage ----- . Pip === . .. code:: shell . pip install cryptoparser . ------- Support -------