haskdeep: Computes and audits file hashes.
A command line application that computes file hashes traversing recursively through a directory structure.
The known hashes can be used to audit the same directory structure or a copy of it.
Execute haskdeep without arguments and it will show you the help text:
user@host:~$ haskdeep Usage: haskdeep COMMAND [-c|--computation MODE] [-r|--root DIRNAME] [-k|--known FILENAME] Computes hashes and audit a set of files Available options: -h,--help Show this help text -v,--version Show version information -c,--computation MODE md5 | sha1 | sha256 | skein512 - default md5 -r,--root DIRNAME Root directory - default current directory -k,--known FILENAME Known hashes file - default known.haskdeep -e,--excl-regex REGEX Exclude files or directories based on regex -f,--incl-mod-from DATE Include files modified from yyyy-mm-ddThh:mm:ssZ -t,--incl-mod-upto DATE Include files modified up to yyyy-mm-ddThh:mm:ssZ Available commands: compute Computes file hashes and saves them to known hashes file audit Audits files comparing them to known hashes
Default usage:
create known hashes of files contained in a root directory (traversed recursively)
user@host:~$ haskdeep compute -c md5 -r myimportantfiles/ -k knownhashes.txt -e "tmp|\.log"
verify a copy of the same files comparing them with known hashes
user@host:~$ haskdeep audit -c md5 -r copyofmyimportantfiles/ -k knownhashes.txt -e "tmp|\.log"
Heavily inspired by hashdeep
: http://md5deep.sourceforge.net/
[Skip to Readme]
Downloads
- haskdeep-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.0.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | attoparsec (>=0.10 && <0.11), attoparsec-conduit (>=1.0 && <1.1), base (>=4 && <5), base16-bytestring (>=0.1 && <0.2), bytestring (>=0.9 && <0.10), cereal (>=0.3 && <0.4), conduit (>=1.0 && <1.1), containers (>=0.4 && <0.5), crypto-api (>=0.12 && <0.13), crypto-conduit (>=0.5 && <0.6), cryptohash (>=0.10 && <0.11), cryptohash-cryptoapi (>=0.1 && <0.2), filesystem-conduit (>=1.0 && <1.1), old-locale (>=1.0 && <1.1), optparse-applicative (>=0.5 && <0.6), regex-tdfa (>=1.1 && <1.2), regex-tdfa-text (>=1.0 && <1.1), system-fileio (>=0.3 && <0.4), system-filepath (>=0.4 && <0.5), text (>=0.11 && <0.12), time (>=1.4 && <1.5) [details] |
License | BSD-3-Clause |
Copyright | © 2013 Mauro Taraborelli |
Author | Mauro Taraborelli |
Maintainer | maurotaraborelli@gmail.com |
Category | Console, Cryptography, System |
Home page | https://github.com/maurotrb/haskdeep |
Bug tracker | https://github.com/maurotrb/haskdeep/issues |
Source repo | head: git clone https://github.com/maurotrb/haskdeep.git head: git clone https://maurotrb@bitbucket.org/maurotrb/haskdeep.git |
Uploaded | by MauroTaraborelli at 2013-09-15T09:21:53Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | haskdeep |
Downloads | 2631 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-20 [all 6 reports] |