verifyum
Prove that a file existed, unchanged, at a point in time. The file never leaves your machine: only a domain-separated commitment is sent.
pip install verifyum
verifyum stamp contract.pdf
verifyum verify contract.pdf
stamp writes contract.pdf.verifyum.json beside the file. That receipt
holds the nonce, which is the only thing tying your file to its public
proof, and which Verifyum never has. Losing it loses the link for good.
Treat it like a key. The file is created with mode 0600, which POSIX honours and Windows ignores, so writing it does not make it private: do not commit it and do not sync it anywhere you would not put a credential.
verify recomputes the commitment from the bytes and the receipt and checks
it against the public record. verifyum witness contract.pdf additionally
walks the Merkle path to the checkpoint and checks the service signature.
Exit codes: 0 all good, 1 a check failed, 2 usage or file error, 3 the service was unavailable, which is worth retrying.
It also works as a library:
from verifyum import anchor_file, verify, verify_witness
Standard library only, Python 3.10 or later. The protocol, the witness layer and independent verifiers in six languages are at https://github.com/aisenseapi/verifyum-verify
It proves the bytes existed and have not changed. It does not prove authorship, ownership, or that anything in the file is true.
MIT.
Release files for verifyum 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| verifyum-1.1.0.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| verifyum-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.0 kB
Release files / verifyum-1.1.0.tar.gz
| Download URL | verifyum-1.1.0.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7a6ce466020a4b9ba7f9298a804a5a31c03ce121b30bf45c108ffcd3f7b2f3c2
|
|
BLAKE2b-256 checksum How to use checksums |
85cffd4a3c5922352fa7ede14a1a6a5cc5904ffa218abae889d017037838b07a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / verifyum-1.1.0-py3-none-any.whl
| Download URL | verifyum-1.1.0-py3-none-any.whl |
|---|---|
| Size | 11.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8f6e9c5320bdb81481921451ab60bc96eac9ea9d99263906a69851335f0af375
|
|
BLAKE2b-256 checksum How to use checksums |
9131c7332846c214c0878d35056ed09d2277ffb286571d7b677f995dca4b1d58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|