IT lexicon Security Nonce

Nonce Number Used Once

Security På svenska → Updated: 2026-05-23

A random number or counter used only once — prevents replay attacks.

In CSP headers: script-src 'nonce-XYZ' only lets scripts with the same nonce run. In AES-GCM: the nonce must be unique per key for security. In OAuth: the nonce stops eavesdroppers reusing your token.

← Back to the lexicon