SHA-1
From Just Solve the File Format Problem
(Difference between revisions)
(Change primary category) |
|||
Line 12: | Line 12: | ||
* [http://www.openssl.org/ OpenSSL] (<code>openssl dgst -sha1</code>) | * [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] | ||
+ | |||
+ | == See also == | ||
+ | * [[SHA-2]] (successor) | ||
== Links == | == Links == |
Revision as of 01:43, 29 January 2015
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)