D5 · Crypto

What is the symmetric key distribution problem?

The key distribution problem: how do two parties securely share a symmetric key without meeting in person or using an already-secure channel? Asymmetric cryptography solves this.
This is why TLS uses asymmetric cryptography (RSA or ECDH) to establish a shared symmetric key, then AES for the session. Before asymmetric cryptography, key distribution was a fundamental security problem.
← Back to Glossary Practice Questions →