Постквантовая криптография (PQC)
Защита от квантовых компьютеров.
Post-[Quantum [Cryptography](/ru/terms/quantum-cryptography)](/ru/terms/post-quantum-cryptography) (PQC) refers to cryptographic systems designed to be secure against both classical and quantum computer attacks. Quantum computers running Shor's algorithm could break RSA and ECC in polynomial time, threatening current [blockchain security](/ru/terms/blockchain-security).
Main PQC approaches include: lattice-based (CRYSTALS-Kyber, CRYSTALS-Dilithium—NIST selected), hash-based signatures (SPHINCS+—conservative, well-understood security), code-based (Classic McEliece—long-studied but large keys), and multivariate polynomial systems.
NIST standardized PQC algorithms in 2024: Kyber (key encapsulation), Dilithium (signatures), SPHINCS+ (stateless hash-based signatures), and Falcon (compact signatures). Migration is beginning for critical systems.
Blockchain implications include: replacing ECDSA with PQC signatures (larger signatures increase block space needs), updating key derivation, and handling the 'harvest now, decrypt later' threat (encrypted data stored today could be decrypted when quantum computers arrive). Timeline estimates for cryptographically-relevant quantum computers range from 10-30 years.
graph LR
Center["Постквантовая криптография (PQC)"]:::main
Pre_cryptography["cryptography"]:::pre --> Center
click Pre_cryptography "/terms/cryptography"
Pre_quantum_computing["quantum-computing"]:::pre --> Center
click Pre_quantum_computing "/terms/quantum-computing"
Rel_blockchain_security["blockchain-security"]:::related -.-> Center
click Rel_blockchain_security "/terms/blockchain-security"
Rel_decoherence["decoherence"]:::related -.-> Center
click Rel_decoherence "/terms/decoherence"
Rel_security_operations_center_soc["security-operations-center-soc"]:::related -.-> Center
click Rel_security_operations_center_soc "/terms/security-operations-center-soc"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Простыми словами
Обычные пароли в будущем смогут взломать супер-быстрые квантовые компьютеры. Постквантовая криптография — это новые, невероятно сложные математические замки, которые не под силу даже таким мощным машинам.
🤓 Expert Deep Dive
Generated expert content