c0r0n3r / cryptoparser

Cryptographic protocol and security-related protocol piece parser (read-only clone of the original GitLab project)

Home Page:https://gitlab.com/coroner/cryptoparser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (2.7, 3.3+)
  • PyPy (2.7, 3.5+)

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

About

Cryptographic protocol and security-related protocol piece parser (read-only clone of the original GitLab project)

https://gitlab.com/coroner/cryptoparser

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%