c7334711f9006aaec61474cdea21fe7ae906b2c2
All checks were successful
Locusworks Team/hash-validator/pipeline/head This commit looks good
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)
Description
Release 1.0.1
Latest
Languages
Java
100%