Cryptographic nonce

ID: cryptographic-nonce

A **cryptographic nonce** (short for "number used once") is a unique value that is used in cryptographic communications to ensure that certain operations cannot be repeated or replayed. Nonces are typically used in various contexts such as encryption, authentication, and secure communication protocols.

New to topics? Read the docs here!