SHA-1
From Just Solve the File Format Problem
(Difference between revisions)
m (→Software) |
(PRONOM) |
||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
|subcat=Encryption | |subcat=Encryption | ||
|released=1995 | |released=1995 | ||
+ | |pronom={{PRONOM|fmt/992}} | ||
}} | }} | ||
− | '''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 19: | ||
== 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]] |
Latest revision as of 18:49, 25 March 2017
SHA-1 is a widely-used 160-bit cryptographic hash function.
Contents |
[edit] Specifications
[edit] Software
- OpenSSL (
openssl dgst -sha1
) - GNU coreutils → sha1sum
[edit] See also
- SHA-2 (successor)