Files
hash-validator/README.md
Isaac Parenteau c7334711f9
All checks were successful
Locusworks Team/hash-validator/pipeline/head This commit looks good
Initial Commit
2020-06-11 12:33:45 -05:00

42 lines
763 B
Markdown

# 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 ###
```
<dependency>
<groupId>net.locusworks</groupId>
<artifactId>hash-validator<artifactId>
<version>CURRENT_VERSION</version>
</dependency>
```
### 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)