Package: python3-cryptolyzer Source: cryptolyzer Version: 0.6.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 283 Depends: python3-attr, python3-dateutil, python3-requests, python3-six, python3-urllib3, python3:any Filename: ./all/python3-cryptolyzer_0.6.0-1_all.deb Size: 43108 MD5sum: 217889f3aa29c58618271210bfc39336 SHA1: 86b74cd6db508348e1c229680b3c2febe4734866 SHA256: 625bd3f37556750542b4d0e563a3de3e2908a4fdc5f3a0a2664fdbd0698133d3 Section: python Priority: optional Homepage: https://gitlab.com/coroner/cryptolyzer 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.6.0-1 Architecture: all Maintainer: Szilárd Pfeiffer Installed-Size: 460 Depends: python3-asn1crypto, python3-attr, python3-dateutil, python3-six (>= 1.13), python3:any Filename: ./all/python3-cryptoparser_0.6.0-1_all.deb Size: 45924 MD5sum: 2dd9fc754c19e19e1adc47c1b986d687 SHA1: e7a576b3523a75283051c84766e006b4e0bb4aca SHA256: 272dd95fcf7a640fd877bea45d78445e7c8aff02a0f1cfb3387d4d4cf59348ac 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, ...).