Nonce Number Used Once
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.