SHA-1
From Just Solve the File Format Problem
(Difference between revisions)
m (→Software) |
|||
| Line 3: | Line 3: | ||
|released=1995 | |released=1995 | ||
}} | }} | ||
| − | '''SHA-1''' is a widely used 160-bit cryptographic hash function. | + | '''SHA-1''' is a widely-used 160-bit cryptographic hash function. |
== Specifications == | == Specifications == | ||
| Line 18: | Line 18: | ||
== Links == | == Links == | ||
* [[Wikipedia:SHA-1|Wikipedia article]] | * [[Wikipedia:SHA-1|Wikipedia article]] | ||
| + | * [https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html Google Security Blog: Announcing the first SHA1 collision] | ||
| + | ** https://shattered.it/ | ||
[[Category:Error detection and correction]] | [[Category:Error detection and correction]] | ||
Revision as of 16:01, 24 February 2017
SHA-1 is a widely-used 160-bit cryptographic hash function.
Contents |
Specifications
Software
- OpenSSL (
openssl dgst -sha1) - GNU coreutils → sha1sum
See also
- SHA-2 (successor)