Initial Commit
All checks were successful
Locusworks Team/hash-validator/pipeline/head This commit looks good
All checks were successful
Locusworks Team/hash-validator/pipeline/head This commit looks good
This commit is contained in:
42
README.md
Normal file
42
README.md
Normal 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)
|
Reference in New Issue
Block a user