Difference between revisions of "SHA-1"
From Forensics Wiki
m |
m (sha1sum) |
||
| Line 5: | Line 5: | ||
== Tools == | == Tools == | ||
| − | On most Unix systems the tool | + | On most Unix systems the tool sha1sum can be used to compute the SHA-1 hash of a file or devices. |
== External Links == | == External Links == | ||
Revision as of 13:54, 4 October 2008
SHA-1 (Secure Hash Algorithm) is a cryptographic hash function that was first published in 1995 in FIPS PUB 180-1 by the NSA as a fix to an unknown flaw found in SHA-0.
In February of 2005 an attack was announced that could find collisions in SHA-1 requiring fewer than 269 operations.
Tools
On most Unix systems the tool sha1sum can be used to compute the SHA-1 hash of a file or devices.