if used as a console application the program will detect if you entered a file path or if you entered text and will display its hash.
COMMAND LINE ARGUMENTS
argument | usage | explanation |
---|---|---|
-h | hashr.exe -h | displays help screen |
-a | hashr.exe -a SHA1 | sets hash algorythm |
-t | hashr.exe -a SHA1 -t [plain text] | hashes text |
-f | hashr.exe -a SHA1 -f [file path] | grabs all the bytes in the file and hashes it |