Metadata-Version: 2.1
Name: signify
Version: 0.4.0
Summary: Module to generate and verify PE signatures
Home-page: https://github.com/ralphje/signify
Author: Ralph Broenink
Author-email: ralph@ralphbroenink.net
License: MIT
Download-URL: https://github.com/ralphje/signify/tarball/v0.4.0
Description: Signify
        =======
        .. image:: https://app.travis-ci.com/ralphje/signify.svg?branch=master
            :target: https://app.travis-ci.com/ralphje/signify
        .. image:: https://codecov.io/gh/ralphje/signify/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/ralphje/signify
        .. image:: https://readthedocs.org/projects/signify/badge/?version=latest
            :target: http://signify.readthedocs.io/en/latest/?badge=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 (caronni@google.com, gec@acm.org) for writing the basis of this module.
        
Keywords: authenticode,authentihash,fingerprinter,pe
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Utilities
Provides-Extra: stlupdate
