Skip to content

Cryptographic nonce

In cryptography, a nonce is an arbitrary number that can only be used 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. They can also be useful as initialization vectors and in cryptographic hash functions.

About

  • 인증 등을 목적으로 일시적으로 사용하는 값
  • 클라이언트-서버 구조에서: nonce는 서버에 생성한 임시값, cnonce는 클라이언트가 생성한 임시값.

See also

Favorite site