Metadata-Version: 2.1
Name: cryptoparser
Version: 0.8.5
Summary: Fast and flexible security protocol parser and generator
Home-page: UNKNOWN
Author: Szilárd Pfeiffer
Author-email: coroner@pfeifferszilard.hu
Maintainer: Szilárd Pfeiffer
Maintainer-email: coroner@pfeifferszilard.hu
License: MPL-2.0
Project-URL: Source, https://gitlab.com/coroner/cryptoparser
Project-URL: Documentation, https://cryptoparser.readthedocs.io/en/latest/
Project-URL: Homepage, https://gitlab.com/coroner/cryptoparser
Project-URL: Issues, https://gitlab.com/coroner/cryptoparser/-/issues
Project-URL: Changelog, https://cryptoparser.readthedocs.io/en/latest/changelog
Description: **CryptoParser** is a cryptographic protocol (TLS, SSH) and security-related protocol piece (HTTP headers) parser. It
        is neither a comprehensive nor a secure implementation of any cryptographic protocol. The goal is to support
        testing cryptographic libraries or analysing cryptography-realted settings of application servers such as
        `CryptoLyzer <https://cryptolyzer.readthedocs.io/>`__ does.
        
        Usage
        -----
        
        Pip
        ^^^
        
        .. code:: shell
        
           pip install cryptoparser
        
        Support
        -------
        
        Python implementation
        ^^^^^^^^^^^^^^^^^^^^^
        
        -  CPython (2.7, 3.3+)
        -  PyPy (2.7, 3.5+)
        
        Operating systems
        ^^^^^^^^^^^^^^^^^
        
        -  Linux
        -  macOS
        -  Windows
        
        License
        -------
        
        The code is available under the terms of Mozilla Public License Version 2.0 (MPL 2.0).
        
        A non-comprehensive, but straightforward description of MPL 2.0 can be found at
        `Choose an open source license <https://choosealicense.com/licenses#mpl-2.0>`__ website.
        
Keywords: ssl tls gost ja3 ldap rdp ssh hsts
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: tox
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/x-rst
Provides-Extra: test
Provides-Extra: pylint
Provides-Extra: pep8
