Nonces

Difficulty: Intermediate

Question

What is a 'nonce'?

Answer

A 'number used once'. It is a random or semi-random value used in cryptographic protocols to prevent replay attacks.

Concepts covered

Cryptography, Replay Protection