SHA-1
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
|||
Line 7: | Line 7: | ||
== 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 == | ||
+ | * [http://www.openssl.org/ 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] | ||
+ | == Links == | ||
+ | * [[Wikipedia:SHA-1|Wikipedia article]] | ||
[[Category:Encryption]] | [[Category:Encryption]] |
Revision as of 15:34, 22 April 2013
SHA-1 is a widely used 160-bit cryptographic hash function.
Specifications
Software
- OpenSSL (
openssl dgst -sha1
) - GNU coreutils → sha1sum