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/42/4d/9c5f798d5cd6624a709ebe9e7a1ad584b137b9aa885ce336093a10d4759a/signify-0.7.1.tar.gz",
"platform": null,
"description": "Signify\r\n=======\r\n.. image:: https://github.com/ralphje/signify/actions/workflows/test.yml/badge.svg\r\n :target: https://github.com/ralphje/signify/actions/workflows/test.yml\r\n.. image:: https://codecov.io/gh/ralphje/signify/branch/master/graph/badge.svg\r\n :target: https://codecov.io/gh/ralphje/signify\r\n.. image:: https://readthedocs.org/projects/signify/badge/?version=latest\r\n :target: http://signify.readthedocs.io/en/latest/?badge=latest\r\n\r\nSignify, a portmanteau of *signature* and *verify*, is a Python module that computes and validates signatures.\r\nAt this point it is mostly a library that verifies PE Authenticode-signed binaries.\r\n\r\nThis module is a forked from Google's ``verify_sigs`` module, updated to fit\r\nmodern Python standards and be compatible with Python 3. It is **not** a drop-in\r\nreplacement, as significant changes have occurred.\r\n\r\nThis module is compatible with Python 3.8+ and does not support Python 2.\r\n\r\nInstallation\r\n------------\r\nInstallation is very simple::\r\n\r\n pip install signify\r\n\r\nDocumentation\r\n-------------\r\nDocumentation is available at http://signify.readthedocs.io/en/latest/ or in the docs/ directory.\r\n\r\nThanks\r\n------\r\nThanks to Germano Caronni (caronni@google.com, gec@acm.org) for writing the basis of this module.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Module to generate and verify PE signatures",
"version": "0.7.1",
"project_urls": {
"Download": "https://github.com/ralphje/signify/tarball/v0.7.1",
"Homepage": "https://github.com/ralphje/signify"
},
"split_keywords": [
"authenticode",
" authentihash",
" fingerprinter",
" pe"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "424d9c5f798d5cd6624a709ebe9e7a1ad584b137b9aa885ce336093a10d4759a",
"md5": "5bd1f61e513404e959c76191b078b753",
"sha256": "501073db65aadce6c651f2a8c626d7e47d6eb50b37b874e062fca9c52427e2b2"
},
"downloads": -1,
"filename": "signify-0.7.1.tar.gz",
"has_sig": false,
"md5_digest": "5bd1f61e513404e959c76191b078b753",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 61237,
"upload_time": "2024-09-11T16:38:08",
"upload_time_iso_8601": "2024-09-11T16:38:08.498819Z",
"url": "https://files.pythonhosted.org/packages/42/4d/9c5f798d5cd6624a709ebe9e7a1ad584b137b9aa885ce336093a10d4759a/signify-0.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-11 16:38:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ralphje",
"github_project": "signify",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "certvalidator",
"specs": [
[
">=",
"0.11"
]
]
},
{
"name": "asn1crypto",
"specs": [
[
">=",
"1.3"
],
[
"<",
"2"
]
]
},
{
"name": "oscrypto",
"specs": [
[
">=",
"1.1"
],
[
"<",
"2"
]
]
},
{
"name": "mscerts",
"specs": []
},
{
"name": "typing_extensions",
"specs": [
[
">=",
"4.6.0"
]
]
}
],
"lcname": "signify"
}