Package: python3-cryptolyzer Source: cryptolyzer Version: 0.2.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 139 Depends: python3-cryptography (>= 2.5), python3-six, python3-urllib3, python3:any Filename: ./all/python3-cryptolyzer_0.2.0-1_all.deb Size: 22528 MD5sum: de8f44c52323f7a83c3cd476305e6486 SHA1: d8c19237a21826d1e85bb4cbe54650cca0b1cfa0 SHA256: fdd47851baa8eadb39613b2ca18cc2c2a89cfe086a41d64f0adcdd61ad8d84d2 Section: python Priority: optional Description: Fast and flexible cryptographic protocol analyzer CryptoLyzer =========== . What is it and what is it not? ------------------------------ . As the project name CryptoLyzer implies, it is a cryptographic protocol analyzer. 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 implementation of the cryptographic protocol. . As follows, it is neither a comprehensive nor a secure client/server implementation of any cryptographic protocol. On the one hand analyzer implements only the absolutely necessary parts of the protocol to interact with servers. On the other it may use completely insecure algorithms and mechanisms. It is not designed and contraindicated to use these client/server implementations establishing secure connections. If you are searching for proper cryptographic protocol implementations, there are several existing wrappers and native implementations for Python (eg: M2Crypto, pyOpenSSL, Paramiko, ...). Package: python3-cryptoparser Source: cryptoparser Version: 0.2.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 214 Depends: python3-six, python3:any Filename: ./all/python3-cryptoparser_0.2.0-1_all.deb Size: 19880 MD5sum: 29cbd371247cfd06bd82c3fa6368d6df SHA1: f7012a5b76be9c9d0956a36f8c06e3b34d0981f3 SHA256: df7dab3d8a089156983b44ddf68e43afb88db3c015f212388189daeb2ba30c4c 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