Initial Commit
All checks were successful
Locusworks Team/hash-validator/pipeline/head This commit looks good

This commit is contained in:
2020-06-11 12:33:45 -05:00
commit c7334711f9
9 changed files with 546 additions and 0 deletions

42
README.md Normal file
View File

@ -0,0 +1,42 @@
# 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)