Package: python3-cryptolyzer
Source: cryptolyzer
Version: 0.5.0-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 267
Depends: python3-attr, python3-six, python3-urllib3, python3:any
Filename: ./all/python3-cryptolyzer_0.5.0-1_all.deb
Size: 39416
MD5sum: 7ccb4c5c2e41e78782d8b4e70b405833
SHA1: b2590618fff3da74b19b8dc9ae49a325f618b0e9
SHA256: e1f44531e51aa66374846902bdf980cb7890ae05b04dd40b717726938622815b
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.5.0-1
Architecture: all
Maintainer: Szilárd Pfeiffer <coroner@pfeifferszilard.hu>
Installed-Size: 408
Depends: python3-asn1crypto, python3-attr, python3-six, python3:any
Filename: ./all/python3-cryptoparser_0.5.0-1_all.deb
Size: 39032
MD5sum: 6cc5d957eb1da558a402ba91aa50a233
SHA1: 16b2dc5fafca0a77db8db46c4022f5038f6cf730
SHA256: 7d32caebe6de345bd2088dbe5b92d4cec78b374a31b88eee0a9fed4544af29b6
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