Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.88 KB

README.rst

File metadata and controls

66 lines (49 loc) · 1.88 KB
Pipeline Test Coverage Documentation

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 does.

Usage

Pip

pip install cryptoparser

Support

Python implementation

  • CPython (3.9+)
  • PyPy (3.9+)

Operating systems

  • Linux
  • macOS
  • Windows

Documentation

Detailed documentation is available on the project's Read the Docs site.

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 website.

Credits