Sign your code.
Quantum sealed.

Post-quantum cryptographic signatures for every commit, artifact, and container image. One CLI command. Every CI/CD pipeline. Sigstore compatible. Built for the post-SolarWinds era.

# Install pip install quantum-sign-sdk # Sign your release $ qsign sign file ./dist/app.tar.gz --key-id KEY_ID Signed! Signature ID: sig_q7x2m9... # Anyone can verify $ qsign verify file ./dist/app.tar.gz --signature-id sig_q7x2m9 VERIFIED -- ML-DSA-65 -- signed 2026-04-01T14:32:01Z

The supply chain is broken

2020

SolarWinds Orion

18,000 organizations received compromised updates. Build artifacts were unsigned or signing was bypassed. Nation-state actors injected malicious code into trusted software.

2024

XZ Utils (CVE-2024-3094)

A backdoor was inserted into a critical compression library over two years of social engineering. The maintainer's GPG key provided zero supply-chain integrity.

Now

Quantum Threat

Harvest-now-decrypt-later attacks are already underway. Classical signatures will be broken by cryptographically relevant quantum computers within this decade.

How it works

1

Generate Key

ML-DSA-65 (FIPS 204) key pair seeded with quantum entropy. Non-deterministic from creation.

2

Sign Artifact

SHA-256 hash + quantum nonce + timestamp. Unique signature every time, even for identical inputs.

3

Verify Anywhere

Public endpoint. No account needed. Cryptographic proof, not trust. Anchored to Sigstore Rekor.

Drop into any CI/CD pipeline

GitHub Actions

- uses: quantum-code-sign/sign@v1
  with:
    api_key: ${{ secrets.QCS_KEY }}
    key_id: ${{ secrets.KEY_ID }}
    artifact_path: ./dist/app.tar.gz
    sign_commit: true

GitLab CI

include:
  - remote: 'qcs/template'

variables:
  QCS_ARTIFACT_PATH: ./dist/app.tar.gz
  QCS_SIGN_COMMIT: "true"

CircleCI

orbs:
  qcs: quantum-code-sign/sign@0.1

workflows:
  sign:
    jobs:
      - qcs/sign:
          artifact_path: ./dist/app.tar.gz
Sigstore Compatible -- Rekor Transparency Log Anchoring

Every signature generates a Sigstore-compatible bundle. Verify with cosign or the Rekor API.

Pricing

Free
Free
  • 1 signing key
  • 100 signatures / month
  • ECDSA-P256 + quantum nonce
  • Public verification
  • Community support
Get Started
Developer
$29 /mo
  • 5 signing keys
  • 10,000 signatures / month
  • ML-DSA-65 algorithm
  • Sigstore Rekor anchoring
  • CI/CD integrations
  • SBOM signing
  • Email support
Start Free Trial
Enterprise
$199 /mo
  • Unlimited keys & signatures
  • ML-DSA-87 algorithm
  • Sigstore anchoring
  • All CI/CD integrations
  • SBOM signature bundles
  • SSO / SAML
  • Dedicated support & SLA
Contact Sales