signify


Namesignify JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://github.com/ralphje/signify
SummaryModule to generate and verify PE signatures
upload_time2024-03-21 14:48:42
maintainerNone
docs_urlNone
authorRalph Broenink
requires_pythonNone
licenseMIT
keywords authenticode authentihash fingerprinter pe
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Signify
=======
.. image:: https://github.com/ralphje/signify/actions/workflows/test.yml/badge.svg
    :target: https://github.com/ralphje/signify/actions/workflows/test.yml
.. 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.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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ralphje/signify",
    "name": "signify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "authenticode, authentihash, fingerprinter, pe",
    "author": "Ralph Broenink",
    "author_email": "ralph@ralphbroenink.net",
    "download_url": "https://files.pythonhosted.org/packages/21/b6/816aa2461ccc4dedfa0ea9413310b8dfdc8728acb5b554239fa572b521ef/signify-0.6.1.tar.gz",
    "platform": null,
    "description": "Signify\n=======\n.. image:: https://github.com/ralphje/signify/actions/workflows/test.yml/badge.svg\n    :target: https://github.com/ralphje/signify/actions/workflows/test.yml\n.. image:: https://codecov.io/gh/ralphje/signify/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/ralphje/signify\n.. image:: https://readthedocs.org/projects/signify/badge/?version=latest\n    :target: http://signify.readthedocs.io/en/latest/?badge=latest\n\nSignify, a portmanteau of *signature* and *verify*, is a Python module that computes and validates signatures.\nAt this point it is mostly a library that verifies PE Authenticode-signed binaries.\n\nThis module is a forked from Google's ``verify_sigs`` module, updated to fit\nmodern Python standards and be compatible with Python 3. It is **not** a drop-in\nreplacement, as significant changes have occurred.\n\nThis module is compatible with Python 3.8+ and does not support Python 2.\n\nInstallation\n------------\nInstallation is very simple::\n\n    pip install signify\n\nDocumentation\n-------------\nDocumentation is available at http://signify.readthedocs.io/en/latest/ or in the docs/ directory.\n\nThanks\n------\nThanks to Germano Caronni (caronni@google.com, gec@acm.org) for writing the basis of this module.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Module to generate and verify PE signatures",
    "version": "0.6.1",
    "project_urls": {
        "Download": "https://github.com/ralphje/signify/tarball/v0.6.1",
        "Homepage": "https://github.com/ralphje/signify"
    },
    "split_keywords": [
        "authenticode",
        " authentihash",
        " fingerprinter",
        " pe"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21b6816aa2461ccc4dedfa0ea9413310b8dfdc8728acb5b554239fa572b521ef",
                "md5": "a38a0151ce92b612e49b767565ca1c55",
                "sha256": "bd19e3287edc0864143494756cd8b5c3bbb3cbebd0032d55b3f10802c70eb699"
            },
            "downloads": -1,
            "filename": "signify-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a38a0151ce92b612e49b767565ca1c55",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 61079,
            "upload_time": "2024-03-21T14:48:42",
            "upload_time_iso_8601": "2024-03-21T14:48:42.310099Z",
            "url": "https://files.pythonhosted.org/packages/21/b6/816aa2461ccc4dedfa0ea9413310b8dfdc8728acb5b554239fa572b521ef/signify-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 14:48:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ralphje",
    "github_project": "signify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "signify"
}
        
Elapsed time: 0.33134s