Package: python3-cryptodatahub
Source: cryptodatahub
Version: 0.11.1-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 1836
Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-six (>= 1.13), python3-urllib3, python3:any
Filename: all/python3-cryptodatahub_0.11.1-1_all.deb
Size: 463846
MD5sum: db7dbbc2d3d46d4990bee9009ee0e2a9
SHA1: 47dd1b82f50f705b80e8ca60170a9fd86d92d261
SHA256: 18b6e6bfbf3ae84265686b4a05e389ac04552417caff339d7ee64405da237d3e
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-cryptolyzer
Source: cryptolyzer
Version: 0.11.1-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 422
Depends: python3-attr (>= 20.3.0), python3-colorama, python3-dateutil, python3-dnspython, python3-pyfakefs, python3-requests, python3-urllib3, python3:any
Filename: all/python3-cryptolyzer_0.11.1-1_all.deb
Size: 58436
MD5sum: e33111db23d0a6b625f65ce0282f7cb0
SHA1: aa6ed74ff055a269b2fdca0e5205e44645dbc3df
SHA256: efeb8f752bd9fea09c993be609565c0d21cddb4a7694c12edba070e3c31a9671
Section: python
Priority: optional
Description: Fast and flexible cryptographic protocol analyzer
 **CryptoLyzer** is a fast, flexible, and comprehensive server cryptographic protocol
 (`TLS <https://en.wikipedia.org/wiki/Transport_Layer_Security>`__,
 `SSL <https://en.wikipedia.org/wiki/Transport_Layer_Security#SSL_1.0,_2.0,_and_3.0>`__,
 `SSH <https://en.wikipedia.org/wiki/Secure_Shell>`__,
 `DNSSEC <https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions>`__) and related setting
 (`HTTP headers <https://en.wikipedia.org/wiki/List_of_HTTP_header_fields>`__,
 `DNS records <https://en.wikipedia.org/wiki/List_of_DNS_record_types>`__) analyzer and fingerprint
 (`JA3 <https://engineering.salesforce.com/tls-fingerprinting-with-ja3-and-ja3s-247362855967>`__,
 `HASSH <https://engineering.salesforce.com/open-sourcing-hassh-abed3ae5044c/>`__ tag) generator with
 `application programming <https://en.wikipedia.org/wiki/API>`__ (API) and
 `command line <https://en.wikipedia.org/wiki/Command-line_interface>`__ (CLI) interface.
 .
 However the API can provide the most complete functionality, the CLI also strives to be as comprehensive as possible. To
 do that CLI provides three output formats. The first one for human analysis where the cryptographic algorithm names and
 the values of key sizes and other security-related settings are colorized according to their security strength using the
 well-known `traffic light rating system <https://en.wikipedia.org/wiki/Traffic_light_rating_system>`__. The other two
 output formats (:ref:`Output Formats / Markdown`, :ref:`Output Formats / JSON`) are machine-readable, however the
 Markdown format even human-readable and even suitable for generating documentation in different formats (e.g. DOCX, PDF,
 ...).

Package: python3-cryptoparser
Source: cryptoparser
Version: 0.11.1-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 387
Depends: python3-asn1crypto, python3-attr (>= 20.3.0), python3-dateutil, python3-urllib3, python3:any
Filename: all/python3-cryptoparser_0.11.1-1_all.deb
Size: 46528
MD5sum: 97b474be37f8fee8b88ba8e580a8f20b
SHA1: 7970e2665988888aca4250a822534329b1af7186
SHA256: 7f55083de7f03eaf7e54b5058ff6e2ab26853b7f83952661e534deb1c11758dd
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
 -------