| |
A nonce is a random number or string that is used once and only once for cryptography and information security. They are typically generated with a random number generator or algorithms that generate reproducible results based on factors such as a timestamp and a key. The following are illustrative examples.
AuthenticationAuthentication protocols may use a nonce to prevent replay attacks. A nouce that can only be used once prevents an old message being resent to authenticate.Cryptographic SaltCryptographic salt is a type of nouce that is added to a string before it is hashed to make the hash more difficult to reverse.One-time PasswordsA nouce may be generated and then communicated to a user as a one time password. For example, a customer that calls customer support to reset their password may be given a nouce that enables them to perform the reset.
Encryption
This is the complete list of articles we have written about encryption.
If you enjoyed this page, please consider bookmarking Simplicable.
© 2010-2023 Simplicable. All Rights Reserved. Reproduction of materials found on this site, in any form, without explicit permission is prohibited.
View credits & copyrights or citation information for this page.
|