Quiz Entry - updated: 2026.08.02
What additional areas of cryptography does Prof. U. Maurer (ETH Zurich) include beyond the classical symmetric/asymmetric split?
He includes "unkeyed" cryptosystems — primitives that don't rely on secret keys.
The classical view only covers symmetric and asymmetric cryptography. Maurer's broader view adds:
Unkeyed cryptosystems:
- Hash functions — map arbitrary input to fixed-length output (no key needed)
- PRNGs (Pseudo-Random Number Generators) — generate seemingly random sequences from a seed
- One-way functions — easy to compute, infeasible to reverse
Other areas often missing from simple taxonomies:
- Key management
- Protocols
- Secure computation
- Implementation attacks (side channels)
This reflects how modern cryptography has grown far beyond just "encrypting messages."
Go deeper:
Hashing Algorithms and Security - Computerphile - what a keyless hash does and why it matters.
Cryptographic primitive - situates unkeyed primitives alongside symmetric and public-key ones.
Cryptographic hash function - the canonical unkeyed primitive, contrasted with keyed MACs.