QuestionSolved
When is symmetric vs asymmetric the "right" answer on exams?
Ivan SorokinSignal tier Recon
2026-06-11I mix these up under time pressure. Is there a clean mental model for which one a scenario wants?
Spaces
I mix these up under time pressure. Is there a clean mental model for which one a scenario wants?
Mental model: asymmetric solves the "we've never met" problem (key exchange, signatures, identity); symmetric does the bulk work once a shared key exists. Real systems use both — asymmetric to agree on a symmetric key, then symmetric for the data. On exams, "establish trust between strangers" = asymmetric; "encrypt a lot of data fast" = symmetric.
The "never met" vs "bulk work" split is exactly the hook I needed. Nailed every crypto question on my practice test after this.
Sign in to answer.