SHA-1
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(PRONOM) |
||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
− | |subcat= | + | |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 == | ||
* [http://www.itl.nist.gov/fipspubs/fip180-1.htm FIPS PUB 180-1] | * [http://www.itl.nist.gov/fipspubs/fip180-1.htm FIPS PUB 180-1] | ||
+ | * [http://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf FIPS PUB 180-4] | ||
== 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] | ||
+ | == See also == | ||
+ | * [[SHA-2]] (successor) | ||
− | [[Category: | + | == Links == |
+ | * [[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]] |
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)