8000 GitHub - mckernant1/hasher at 0.2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mckernant1/hasher

Repository files navigation

Hasher

Command line hasher for linux file verification

##To install

brew tap mckernant1/tools
brew install hasher

Commands

To hash a file or directory with a given name

hasher hash myhash ~/Desktop/test.txt

To list all hashes

hash ls 

To list all files for a hash

hash ls myhash

To check a hash

hash check myhash

Settings JSON Structure

{
  hashes: {
    hashName: {
      files: { // List of paths to verify with their corresponding hash value
        "/home/test.txt": "hashValue"
      },
      options: { // options with their default values
        includeWhitespace: false, 
        includeTimestamp: false,
        algorithm: "MD5"
      }
    }
  }
}

About

A hash verifier for files on UNIX systems

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0