Skip to content

ralphje/signify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cbcb5f2 · Dec 8, 2024
Mar 17, 2024
Oct 20, 2024
Oct 20, 2024
Dec 8, 2024
Dec 8, 2024
Mar 18, 2018
Mar 17, 2024
Mar 11, 2018
Mar 20, 2023
Aug 18, 2023
Mar 18, 2018
Jun 2, 2024
Jun 2, 2024
Jun 2, 2024

Repository files navigation

Signify

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.8+ 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 (caronni@google.com, gec@acm.org) for writing the basis of this module.

About

Module to generate and verify PE signatures

Resources

License

Stars

Watchers

Forks

Packages

No packages published