Quantum-Resistant
Built on NIST-approved post-quantum standards (FIPS 203, 204, 205). Not experimental. Production-ready encryption with AES-256-GCM. All tiers include hybrid ML-KEM + X25519 key encapsulation for quantum resistance.
QNSQY finds the data you still protect with RSA and ECC, migrates it to post-quantum encryption in place, and keeps the evidence. Built on NIST FIPS 203 (ML-KEM), FIPS 204 (ML-DSA), and FIPS 205 (SLH-DSA), always hybrid with classical X25519 & Ed25519. Your data, passwords, and private keys never leave your machine.
qnsqy
.qs
Nation-state actors are harvesting encrypted data today, waiting for quantum computers to break it tomorrow.
This is called Harvest Now, Decrypt Later.
Medical records. Legal documents. Financial data. Trade secrets. Everything encrypted with RSA or ECDH today becomes readable once quantum computers arrive, whether it lives on a laptop, in a database, on backup tape, or in a cold-storage archive.
Sensitive data needs protection that lasts decades, not years, across every layer it touches.
Q-Day: The moment a cryptographically-relevant quantum computer becomes operational. Most estimates place it within the next 10-15 years.
Built on NIST-approved post-quantum standards (FIPS 203, 204, 205). Not experimental. Production-ready encryption with AES-256-GCM. All tiers include hybrid ML-KEM + X25519 key encapsulation for quantum resistance.
File content, passwords, and private keys never leave your device. Works fully offline for file operations. The only network traffic is encrypted billing metadata to billing.quantumsequrity.com, pinned there by application-layer controls (pinned DNS + TLS 1.3 + PQC envelope); on Linux CLI, seccomp-bpf then kills ALL network syscalls before any crypto operation (seccomp cannot filter by host). Windows and GUI: use a physical air-gap for the strongest isolation.
No accounts. No registration. No cloud storage. We never see your passwords, your files, or your encryption keys. Everything happens locally.
Uses Argon2id (OWASP recommended) for password hashing. Brute-force attacks become computationally impractical.
AES-256-GCM ensures both confidentiality and integrity. Any tampering is detected immediately upon decryption.
Unique file keys for every encryption operation. Compromising one file doesn't compromise others.
Point QNSQY at any data you hold: documents, databases, backups, or archival cold storage.
One command. Enter your password. QNSQY handles the rest with quantum-safe hybrid algorithms.
The resulting .qs output is safe from both classical and quantum attacks, at rest or in transit.
When you need access, decrypt with your password. Integrity verified automatically.
For organizations migrating databases, replication streams, or long-retention cold storage off classical cryptography, QNSQY offers scoped professional services (readiness assessment, DB migration, cold storage PQC, migration-as-a-service). See Pricing.
Every claim on this page resolves to a file, a test, or a standard you can look up yourself. Links below point at the actual sources. No testimonials, no fabricated logos, no invented numbers.
17 KAT modules cross-checked against NIST ACVP, FIPS, and RFC reference vectors.
Source:
qs-ultra/tests/kat/
covers ML-KEM, ML-DSA, SLH-DSA, HQC, Falcon, LMS, AES-GCM, XChaCha20, Ed25519, X25519, Argon2id, HKDF-SHA3, HMAC, SHA-2, SHA-3, BLAKE3, Shamir.
3,300+ cases exercised against vectors from NIST ACVP, NIST CAVP, NIST FIPS publications, and IETF RFCs. Includes ML-KEM (240), ML-DSA (285), SLH-DSA (372), AES-128-GCM (45), AES-256-GCM CAVP (100), HMAC (1,950), SHA-2 / SHA-3 (~620), Ed25519 (54), and BLAKE3 (105).
Source:
qs-ultra/tests/kat/vectors/
(44 vector files). HQC and Falcon are exercised by roundtrip and corruption-rejection tests; their NIST submission KAT format does not match our PQClean-derived wrappers, so we are explicit that they are not vector-replayed.
18,703 / 0
vectors pass / fail against ACVP-Server v1.1.0.42 (commit 15c0f3deeefbfa). 100.00% non-skipped pass rate. 33 of 50 algorithm directories at 100% NIST coverage: HMAC (all 22 dirs), ML-DSA keyGen + sigVer, ML-KEM keyGen, SLH-DSA (all 12 parameter sets), SHA-2-256 / 512 / 512-256, SHAKE-128 (FIPS 202), XECDH-SSC. 11,259 documented skips. Not FIPS 140-3 / CMVP certification (on the roadmap).
Source:
qs-ultra/tests/acvp_official.rs,
qs-ultra/tests/acvp_official/.
Reproduce with the standalone harness on /validation; source access for customers and auditors on request under NDA. Write-up: /blog/nist-acvp-validation.
ML-KEM-512/768/1024, ML-DSA-44/65/87, SLH-DSA (6 parameter sets), FN-DSA-512/1024, LMS/HSS, HQC-128/192/256, X25519, Ed25519, AES-256-GCM, XChaCha20-Poly1305, Argon2id, HKDF-SHA3-256, BLAKE3.
Source:
qs-ultra/crates/qnsqy-core/src/crypto/
modules kem.rs, sign.rs, aead.rs, argon2.rs, hkdf.rs, shamir.rs.
Anchors: FIPS 203, 204, 205, 206 (draft), SP 800-208.
Source code is held in a private GitHub organization while we finish a security review. We share read access with prospects, integrators, and auditors who ask. Public open-source release is on the roadmap; until then, "trust us, here's the code" is honest.
Organization:
github.com/quantumsequrity.
Request read access via the
contact
form.
OS-native packages produced for Linux (DEB, RPM), macOS (.app bundle), and Windows (NSIS, MSI). Linux packages ship a SHA-256 manifest plus an embedded ML-DSA-87 binary signature; macOS ships ready for codesign + notarization with your Apple Developer ID; Windows can be signed with a self-signed cert by default and re-signed with a CA cert before distribution.
Source:
qs-ultra/packaging/linux/,
qs-ultra/packaging/macos/,
qs-ultra/packaging/windows/.
Direct downloads at
download.html.
Criterion benchmark harnesses for Argon2, AEAD (AES-GCM, XChaCha20), ML-KEM keygen/encap/decap, ML-DSA keygen/sign/verify, SLH-DSA, and hybrid roundtrips.
Source:
qs-ultra/benches/pqc_benchmarks.rs,
qs-ultra/benches/crypto_benchmarks.rs.
Run locally with cargo bench.
20+ dated audit reports checked into the repository, covering crypto, billing, packaging, MCP, and infrastructure.
Source: dated audit reports maintained in the project repository, spanning crypto, billing, packaging, MCP, and infrastructure reviews.
Every transitive dependency is pinned by exact version + checksum in Cargo.lock, committed in-tree. Two parties starting from the same git commit pull byte-identical sources for every crate. Bit-for-bit reproducible release binaries (fixed timestamps, normalized paths, deterministic linker) are on the roadmap, not yet wired in.
Source:
qs-ultra/Cargo.lock
tracked in git.
Public, peer-reviewed cryptographic standards. No security through obscurity. No proprietary algorithms.
FIPS 203 lattice-based, all tiers
FIPS 204 lattice-based, defense-in-depth
FIPS 205 stateless (Pro+)
OWASP recommended, memory-hard
Air-gapped by design
Beyond the CLI: end-to-end PQC migration services. Scoped engagements, written deliverables, no retainers.
Fixed-scope 2 to 4 week discovery powered by qnsqy scan. Risk-ranked inventory, HNDL exposure, CNSA 2.0 and NIST IR 8547 gap map, remediation roadmap with estimates.
File-tree PQC migration powered by qnsqy migrate. Atomic, resumable, rollback-safe. Discovery, design, implementation, validation, and handover.
In-place TDE and key-wrapping migration for PostgreSQL, MySQL, Oracle, SQL Server. Pilot waitlist open. Today, DB key-material discovery is handled by the Readiness Assessment.
Re-envelope the key material on long-retention archives. Tape, S3 Glacier, Azure Archive. Pilot waitlist open. Today, manual re-envelope workflows are covered under MaaS.
# Encrypt (prompts for password) $ qnsqy encrypt -i secret.pdf # Output: secret.pdf.qs # Encrypt with compression $ qnsqy encrypt -i largefile.tar -z # Output: largefile.tar.qs (compressed)
# Decrypt (prompts for password) $ qnsqy decrypt -i secret.pdf.qs # Output: secret.pdf (original restored)
# 3-pass secure delete $ qnsqy shred secret.pdf # File overwritten and deleted
| Feature | QNSQY | 7-Zip | GPG | VeraCrypt |
|---|---|---|---|---|
| Post-quantum safe | Yes | No | No | No |
| Memory-hard KDF | Argon2id | PBKDF2 | S2K | PBKDF2 |
| Large file streaming | Yes | Limited | No | Yes |
| Authenticated encryption | Yes | Yes | Yes | Yes |
| Digital signatures | ML-DSA | No | RSA/ECDSA | No |
| Network Blocked* | Linux CLI | No | No | No |
| Works Offline | Yes | Yes | Yes | Yes |
Plain-language deep dives on the algorithms, threats, and standards behind post-quantum encryption.
The full story: why RSA and ECC break, what NIST standardized, and how PQC actually protects data today.
Cryptographically Relevant Quantum Computer, defined. Qubit thresholds, gate fidelity, and realistic timelines.
Why every serious PQC deployment combines a lattice KEM with X25519, and what happens if either side fails.
Lattice signatures versus hash-based: speed, size, assumptions, and when to pick which for your threat model.
Step-by-step migration playbook: inventory, risk-rank, pilot, roll out. Avoids the common rewrite trap.
A guided tour of the four post-quantum standards: scope, parameters, test vectors, and what they don't cover.
What actually happens the day a CRQC arrives, who is exposed first, and which workflows must shift before then.
Where vendors, regulators, and standards bodies stand right now. Adoption numbers, gaps, and what to watch next.
Not your cloud provider's. Not your government's. Not ours. Take control with post-quantum encryption across every layer: laptops, databases, and cold storage.