About Lesson
Limitations of Symmetric Key Cryptography
Despite its strengths, symmetric cryptography has notable limitations:
Key Distribution Problem:
- Securely sharing the secret key between parties is challenging, especially over insecure networks.
- If the key is intercepted, the entire system is compromised.
Scalability:
- In systems with many users, managing unique keys for each pair of communicating parties becomes complex.
- For nn users, n(n−1)/2n(n-1)/2 unique keys are required.
No Non-Repudiation:
- Since both parties share the same key, it is impossible to prove which party sent a particular message.