signify is a Python library for generating and verifying Portable Executable (PE) digital signatures. The current version is 0.9.2. It requires Python >=3.9. The library provides tools to sign PE files and verify existing signatures, primarily for Windows executables. Release cadence is low; updates are infrequent.
pip install signifyVerified import paths — ran on the pinned version, not inferred.
Signs a PE file using a PFX certificate and verifies the signature.
Upgrade Python to 3.9 or later.
Ensure your certificate is in PFX format. Use OpenSSL to convert if needed.
Use 'pefile' library to inspect PE structure before verification.
No dependency data recorded yet.