# README # Hash Validator will spit out a files hash either md5, sha1 or sha512 ### What is this repository for? ### * Hash Validator * 1.0.1 ### How do I get set up? ### ### Maven ### ``` net.locusworks hash-validator CURRENT_VERSION ``` ### Command Line ### ``` java -jar HashValidator.jar ``` ``` Usage: Hash Validator [options] Options: * -t, --type Hash Type Possible Values: [MD5, SHA1, SHA512] -f, --files List of files to check -h, --hashes List of hashes to go along with the files -s, --string String value to hash --help ``` ### Who do I talk to? ### * Isaac Parenteau (iparenteau@locusworks.net)