Skip to content
Tech News
← Back to articles

Coldkey – Post-quantum age key generation and paper backup tool

read original get Coldkey Post-Quantum Backup → more articles
Why This Matters

Coldkey introduces a post-quantum key generation and paper backup tool designed to enhance the security and longevity of cryptographic keys used in the age and sops encryption systems. By generating quantum-resistant keys and providing printable, tamper-proof backups with QR codes, it addresses the critical risk of digital key loss due to hardware failure or cyberattacks, ensuring long-term access to encrypted secrets. This development is significant for the tech industry and consumers seeking robust, future-proof security solutions in an increasingly quantum computing era.

Key Takeaways

coldkey

Your age encryption keys are one disk failure away from total loss. If you use age or sops to encrypt secrets, losing your private key means losing access to everything it protects -- forever.

coldkey generates post-quantum (ML-KEM-768 + X25519) age keys and produces single-page printable HTML backups with QR codes. Print it, laminate it, store it in a fireproof safe. Your secrets survive even if every digital copy is gone.

Install

# Homebrew (macOS/Linux) brew install --cask pike00/tap/coldkey # Or with Go go install github.com/pike00/coldkey/cmd/coldkey@latest

Quick start

Docker (recommended)

# Pull the image docker pull ghcr.io/pike00/coldkey:latest # Interactive — generate a key and paper backup just docker-run # Backup an existing key just docker-backup ~ /.config/sops/age/keys.txt

All just docker-* commands include security hardening flags (network isolation, read-only filesystem, dropped capabilities). Output is written to ./output/ .

From source

... continue reading