ScottHaiden / Hasher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hasher

Store and manage file hashes as extended attributes.

Hasher is a simple utility, similar to sha512sum or md5sum, that will record or verify the hash of a file or files. But instead of storing them in a separate hashfile, it stores them as extended attributes on the file itself. This way, if you rename a file, or copy it to another drive or machine, the hash follows it.

Also supports hashing or checking in parallel, with multiple threads.

About

License:GNU General Public License v3.0


Languages

Language:C++ 89.9%Language:C 3.5%Language:Python 3.2%Language:CMake 1.9%Language:Makefile 0.6%Language:M4 0.5%Language:Shell 0.3%