Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 873 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 873 Bytes

Hashr

Hashr can either be used by the command line or as a stand alone console application.
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

Screenshots of program in use: image

image