SHA-1
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
|||
(2 intermediate revisions 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 10: | Line 11: | ||
== Software == | == Software == | ||
− | * [ | + | * [[OpenSSL]] (<code>openssl dgst -sha1</code>) |
* [http://www.gnu.org/software/coreutils/ GNU coreutils] → [http://www.gnu.org/software/coreutils/manual/html_node/sha1sum-invocation.html sha1sum] | * [http://www.gnu.org/software/coreutils/ GNU coreutils] → [http://www.gnu.org/software/coreutils/manual/html_node/sha1sum-invocation.html sha1sum] | ||
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)