All Projects → ralphje → signify

ralphje / signify

Licence: other
Module to generate and verify PE signatures

Programming Languages

python
139335 projects - #7 most used programming language
ReScript
86 projects

Signify

https://app.travis-ci.com/ralphje/signify.svg?branch=master https://readthedocs.org/projects/signify/badge/?version=latest

Signify, a portmanteau of signature and verify, is a Python module that computes and validates signatures. At this point it is mostly a library that verifies PE Authenticode-signed binaries.

This module is a forked from Google's verify_sigs module, updated to fit modern Python standards and be compatible with Python 3. It is not a drop-in replacement, as significant changes have occurred.

This module is compatible with Python 3.6+ and does not support Python 2.

Installation

Installation is very simple:

pip install signify

Documentation

Documentation is available at http://signify.readthedocs.io/en/latest/ or in the docs/ directory.

Thanks

Thanks to Germano Caronni ([email protected], [email protected]) for writing the basis of this module.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].