Package: python3-cryptoparser Source: cryptoparser Version: 0.4.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 305 Depends: python3-asn1crypto, python3-attr, python3-six, python3:any Filename: ./all/python3-cryptoparser_0.4.0-1_all.deb Size: 28792 MD5sum: 9b8bf8559b63fb3e9f1fdfd404fd3bc2 SHA1: bfe430c6a8f613406d1c92a167bd78e1789e3290 SHA256: 85c04fc724ae2c1403c1b3d8c9cfda7d17633d9c3c8b7f0d32c66df65cb39b81 Section: python Priority: optional 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