Source: cryptoparser
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-pkg-resources, pypy-asn1crypto | python3-asn1crypto, python3-attr (>= 19.1), python3-dateutil, python3-dateutil, python3-six (>= 1.13) | python-six (>= 1.13) | pypy-six (>= 1.13), python3-all, debhelper (>= 9), dh-python
Standards-Version: 3.9.1
Homepage: https://gitlab.com/coroner/cryptoparser

Package: python3-cryptoparser
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
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:

