SHA-1
From Just Solve the File Format Problem
(Difference between revisions)
m (→Software) |
|||
Line 10: | Line 10: | ||
== 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] | ||
Revision as of 20:15, 29 January 2016
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)