KyberCrypt

Security

Last updated: August 2, 2026

Security is the product. This page summarizes how KyberCrypt protects your content. It is written to be accurate rather than aspirational.

Encryption

Every transfer is sealed with hybrid post-quantum cryptography: ML-KEM-768 (NIST FIPS 203) combined with X25519, so an attacker must break both a post-quantum and a classical algorithm. Bulk data is encrypted with AES-256-GCM. This mirrors the belt-and-suspenders approach used by modern TLS and Signal.

Key custody — stated honestly

Storage and deletion

At rest we store only ciphertext, with filenames sealed inside it. Files are deleted the moment the recipient downloads them (burn-after-download) or when their retention window expires. Deleted blobs are overwritten before unlinking; because they are already ciphertext, this is defense in depth on top of crypto-shredding.

Application security

Reporting

Found a security issue? See our Vulnerability Disclosure Policy or email security@kybercrypt.com.