Difference between revisions of "SHA-256"

From Market Ruler Help
Jump to: navigation, search
(Created page with "'''SHA''' stands for '''Secure Hash Algorithm''' and refers to a family of cryptographic hash functions published by the National Institute of Standards and Technology. SHA-2")
 
Line 1: Line 1:
'''SHA''' stands for '''Secure Hash Algorithm''' and refers to a family of cryptographic hash functions published by the National Institute of Standards and Technology. SHA-2
+
'''SHA-256''' is a hash function in the '''SHA-2''' family. '''SHA''' stands for '''Secure Hash Algorithm''' and refers to a set of cryptographic hash functions designed by the National Security Agency and published by the National Institute of Standards and Technology as a U.S. Federal Information Processing Standard. The cryptographic hash function, a basic tool of modern cryptography, is a mathematical algorithm that maps data of arbitrary size to a bit array of a fixed size ("hash"). '''SHA-256''' uses 32-byte words. In computing, a word is the natural unit of data used by a particular processor design.

Revision as of 01:28, 11 July 2020

SHA-256 is a hash function in the SHA-2 family. SHA stands for Secure Hash Algorithm and refers to a set of cryptographic hash functions designed by the National Security Agency and published by the National Institute of Standards and Technology as a U.S. Federal Information Processing Standard. The cryptographic hash function, a basic tool of modern cryptography, is a mathematical algorithm that maps data of arbitrary size to a bit array of a fixed size ("hash"). SHA-256 uses 32-byte words. In computing, a word is the natural unit of data used by a particular processor design.