Skip to main content

Tools for stamping and signing PDF files

Project description

pyHanko

status Codecov Language grade: Python

The lack of open-source CLI tooling to handle digitally signing and stamping PDF files was bothering me, so I went ahead and rolled my own.

Note: The working title of this project (and former name of the repository on GitHub) was pdf-stamp, which might still linger in some references.

Note: This project is currently in alpha, and not yet production-ready.

Overview

The code in this repository functions both as a library and as a command-line tool. It's nowhere near complete, but here is a short overview of the features. Note that not all of these are necessarily exposed through the CLI.

  • Stamping
    • Simple text-based stamps
    • QR stamps
    • Font can be monospaced, or embedded from an OTF font (experimental)
  • Document preparation
    • Add empty signature fields to existing PDFs
    • Add seed values to signature fields, with or without constraints
  • Signing
    • Signatures can be invisible, or with an appearance based on the stamping tools
    • LTV-enabled signatures are supported
      • PAdES baseline profiles B-B, B-T, B-LT and B-LTA are all supported.
      • Adobe-style revocation info embedding is also supported.
    • RFC 3161 timestamp server support
    • Support for multiple signatures (all modifications are executed using incremental updates to preserve cryptographic integrity)
    • PKCS11 support
      • Extra convenience wrapper for Belgian eID cards
  • Signature validation
    • Cryptographic integrity check
    • Authentication through X.509 chain of trust validation
    • LTV validation
    • Difference analysis on files with multiple signatures and/or incremental updates made after signing (experimental)
    • Signature seed value constraint validation
  • Encryption
    • Only legacy RC4-based encryption is currently supported (based on what PyPDF2 offers). This should not be used for new files, since it has been broken for quite some time.
    • Modern AES-based PDF encryption is on the roadmap.
  • CLI & configuration
    • YAML-based configuration (optional for most features)
    • CLI based on click
      • Available as pyhanko (when installed) or python -m pyhanko when running from the source directory
      • Built-in help: run pyhanko --help to get started

Some TODOs and known limitations

See the known issues page in the documentation.

Documentation

Documentation is built using Sphinx, and hosted here on ReadTheDocs.

Acknowledgement

This repository includes code from PyPDF2 (with both minor and major modifications); the original license has been included here.

License

MIT License, see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyHanko-0.1.0.tar.gz (127.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyHanko-0.1.0-py3-none-any.whl (141.9 kB view details)

Uploaded Python 3

File details

Details for the file pyHanko-0.1.0.tar.gz.

File metadata

  • Download URL: pyHanko-0.1.0.tar.gz
  • Upload date:
  • Size: 127.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pyHanko-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2e0d660f61062252a870bb93ff10130fca0cc9d340a4dc51b793006e38d1bf2f
MD5 63e676db2c51108a514933293343b7ee
BLAKE2b-256 1c5775af406672debfb45a4d8d272a68af8dfb2bf50af0f98bbc211db04b940f

See more details on using hashes here.

File details

Details for the file pyHanko-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pyHanko-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 141.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for pyHanko-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 07b51dd0345e4741f17fb9fce2d79fbb224e92eb472d20c051ab06a18e7267d8
MD5 20627e6a12868b286654872f5fd2fae7
BLAKE2b-256 5dc3ad899037eae1f1373f99df4758816ed7ebf3e83b44c7910bc32ef6d2f164

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page