Rekor transparency log verifier for inclusion and consistency proofs
Project description
Description
This project provides a way to verify the Rekor transparency log, which records artifact signatures to provide tamper-proof evidence that something was signed at a specific time.
There are three main verfifcation operations that can be performed:
-
Checkpoint Retrieval (--checkpoint) This fetches the latest state of the Rekor transparency log, including: • Tree size (number of entries) • Root hash (cryptographic commitment to all entries) • Tree ID
-
Inclusion Proof Verification (--inclusion) This proves that a specific artifact exists in the transparency log by: • Fetching a log entry by index from Rekor • Extracting the signature and certificate from the entry • Verifying the artifact's digital signature using ECDSA with the public key • Computing a Merkle tree inclusion proof to cryptographically prove the entry is in the log • Checking if it's included in the latest checkpoint
-
Consistency Proof Verification (--consistency) This proves that the transparency log hasn't been tampered with over time by: • Comparing an older checkpoint with the current checkpoint • Verifying the Merkle tree consistency proof ensures no entries were removed or modified
Installation Steps
To sign artifacts and verify signatures using Sigstore, you need to install Cosign: • Go to https://docs.sigstore.dev/cosign/system_config/installation/ for installation instructions appropriate to your system.
Usage Instructions
- Create an artifact:
For example, I can create an artifact.md file and type in "Hello World". Typical artifacts can be container images, software binaries, source code tarballs, package manifests, among other things. Though an artifact can be anything software-related that you want to verify the integrity of.
- Using the cosign tool (check #Installation Steps for more info), sign the artifact via Terminal:
cosign sign-blob <file-name> --bundle artifact.sigstore.bundle
This will prompt you to verify your identity. And once your identity is verified, an ephemeral certificate is generated, artifact is signed and its signature is uploaded to transparency log.
Necessary Dependencies
Just the cosign tool which is reference in #Installation Steps.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jz_rekor_verifier-0.1.1.tar.gz.
File metadata
- Download URL: jz_rekor_verifier-0.1.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78a1355cdeb5d1665f849d179b1c1d6f8815e32ad823b8fb1dbd806c15d30d47
|
|
| MD5 |
5d2406d3963eeb32908b76c0fb08bbfa
|
|
| BLAKE2b-256 |
ff77b7233bdbed7bdcb7fdf2def4510aa015b08d5ec746d87d806f8588a98e86
|
File details
Details for the file jz_rekor_verifier-0.1.1-py3-none-any.whl.
File metadata
- Download URL: jz_rekor_verifier-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbc393238661c31f4b590f7a81e4efb9a5b1970997610ccc57053c10797cce2e
|
|
| MD5 |
29384033bf984b176b541b521f54f293
|
|
| BLAKE2b-256 |
851b5d452844129234d0ffee5a7a35f5c80d58251f5fa88ffe3a7238bfda324d
|