Package: python3-cryptolyzer
Source: cryptolyzer
Version: 0.8.4-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 466
Depends: python3-attr (>= 19.1), python3-dateutil, python3-requests, python3-six, python3-urllib3, python3:any
Filename: all/python3-cryptolyzer_0.8.4-1_all.deb
Size: 70880
MD5sum: 7fb61c73b955b3f042d6fcce29bfd510
SHA1: c9c5ba71f5b877bd24e6f3f4480ed286378d86aa
SHA256: 5c19abeafe2486147135f40b2842fdeafc8fadf621054c89d8b7593fbe797e19
Section: python
Priority: optional
Homepage: https://gitlab.com/coroner/cryptolyzer
Description: Fast and flexible cryptographic protocol analyzer
 # Summary
 .
 **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/)).
 .
 ## What is it and what is it not?
 .
 The main purpose of creating this application is the fact, that cryptography protocol analysis differs in many aspect
 from establishing a connection using a cryptographic protocol. Analysis is mostly testing where we trigger special and
 corner cases of the protocol and we also trying to establish connection with hardly supported, experimental, obsoleted
 or even deprecated mechanisms or algorithms which are may or may not supported by the latest or any version of an

Package: python3-cryptoparser
Source: cryptoparser
Version: 0.8.4-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 611
Depends: python3-asn1crypto, python3-attr (>= 19.1), python3-dateutil, python3-six (>= 1.13), python3:any
Filename: all/python3-cryptoparser_0.8.4-1_all.deb
Size: 58024
MD5sum: a55e6d14bb3454f2d638fecdfc983d4d
SHA1: 2789e62c5231041d5df0471d1bd483e875dd8d98
SHA256: 71aba5f90bcc95867affe22fb22ad9f92024941250850d9b47d160d5f6cf5cec
Section: python
Priority: optional
Homepage: https://gitlab.com/coroner/cryptoparser
Description: Fast and flexible security protocol parser and generator
 # CryptoParser
 .
 ## What is it and what is it not?
 .
 As the project name CryptoParser implies, it is a cryptographic protocol parser. The main purpose of creating this
 library is the fact, that cryptography protocol analysis differs in many aspect from establishing a connection using a
 cryptographic protocol. Analysis is mostly testing where we trigger special and corner cases of the protocol and we also
 trying to establish connection with hardly supported, experimental, obsoleted or even deprecated mechanisms or
 algorithms which are may or may not supported by the latest or any version of an implementation of the cryptographic
 protocol.
 .
 As follows, it is neither a comprehensive nor a secure implementation of any cryptographic protocol. On the one hand
 library implements only the absolutely necessary parts of the protocol. On the other it contains completely insecure
 algorithms and mechanisms. It is not designed and contraindicated to use this library establishing secure connections.
 If you are searching for cryptographic protocol implementation, there are several existing wrappers and native
 implementations for Python (eg: M2Crypto, pyOpenSSL, Paramiko, \...).
 .
 ## Quick start
 .
 CryptoParser can be installed directly via pip: