Generate a quantum-resistant keypair — hybrid, full post-quantum, or SDK v2.
--pq-sdk.--pq.--pq-only.Upload a file — receive a compressed and encrypted .zupt archive.
Upload a .zupt archive — receive the original files.
Validate every block's XXH64 checksum without extracting — confirm your backup is intact.
Read the archive header without any password or key — reports codec, encryption mode (password / hybrid PQ / full PQ / SDK v2), and block count. The same header detection VaptVupt 5.2.1's GUI uses to auto-pick the right decrypt mode.
Pure C11 backup utility with hybrid and full post-quantum encryption (ML-KEM-768 + X25519, FIPS 203 conformant), hardware-adaptive codecs, block deduplication, and full-disk backup. Renamed from Zupt in v3.0.0 — the .zupt format is unchanged.
© 2026 Cristian Cezar Moisés — AGPL-3.0-or-later
Embedded LZ77 + tANS codec. Optimal parser with auto-detected binary/text paths, level-scaled block sizes, 4-stream Huffman. Level-9 text ratio 5.98× (was 3.77× in 5.0.0).
© 2026 Cristian Cezar Moisés — GPL-3.0-or-later
SDK that powers --pq-sdk and the Argon2id password KDF: HKDF-SHA3-256 combiner, key commitment, HPKE binding, XChaCha20-Poly1305 / AES-256-SIV AEAD. Renamed from libzuptsdk — same C API.
© 2026 Cristian Cezar Moisés — AGPL-3.0-or-later