Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 291 Bytes

Concepts.md

File metadata and controls

3 lines (2 loc) · 291 Bytes

Cryptography Concepts

  • nonce - an arbitrary number that can be used just once. It is similar in spirit to a nonce word, hence the name. It is often a random or pseudo-random number issued in an authentication protocol to ensure that old communications cannot be reused in replay attacks.