sha1deep
Recursively compute hashsums or piecewise hashings
Install
- All systems
-
curl cmd.cat/sha1deep.sh
- Debian
-
apt-get install md5deep
- Ubuntu
-
apt-get install md5deep
- Arch Linux
-
pacman -S hashdeep
- Kali Linux
-
apt-get install hashdeep
- Fedora
-
dnf install md5deep
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install md5deep
- OS X
-
brew install md5deep
- Raspbian
-
apt-get install md5deep
- Dockerfile
- dockerfile.run/sha1deep
md5deep
Recursively compute hashsums or piecewise hashings
Md5deep is a set of tools to compute md5, sha-1, sha-256, tiger, whirlpool hashsums of arbitrary number of files recursively. It can also compare those hashsums with a list of known hashes. The tools can display those that match the list or those that does not match. It can display a time estimation when processing large files. It can do piecewise hashing (hashing input files in arbitrary sized blocks).
hashdeep
recursively compute hashsums or piecewise hashings
hashdeep is a set of tools to compute MD5, SHA1, SHA256, tiger and whirlpool hashsums of arbitrary number of files recursively. The main hashdeep features are: * It can compare those hashsums with a list of known hashes; * The tools can display those that match the list or those that does not match; * It can display a time estimation when processing large files. * It can do piecewise hashing (hash input files in arbitrary sized blocks). This package is useful in forensics investigations.