-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,15 @@ [email protected] | |
|
||
3-clause BSD license ("New BSD License") | ||
|
||
Home page: https://idrassi.github.io/DirHash/ | ||
|
||
Usage | ||
------------ | ||
|
||
DirHash.exe DirectoryOrFilePath [HashAlgo] [-t ResultFileName] [-nowait] | ||
DirHash.exe DirectoryOrFilePath [HashAlgo] [-t ResultFileName] [-nowait] [-hashnames] | ||
|
||
Possible values for HashAlgo (not case sensitive): | ||
- MD5 | ||
- SHA1 | ||
- SHA256 | ||
- SHA384 | ||
|
@@ -23,3 +26,5 @@ If HashAlgo is not specified, SHA-1 is used by default. | |
ResultFileName specifies an optional text file where the result will be appended. | ||
|
||
if -nowait is specified, program will exit immediately after displaying the hash result. Otherwise, it prompts user to hit a key before it exits. | ||
|
||
if -hashnames is specified, the case sensitive names of the files and directories will be included in the hash computation. Otherwise, only files content is used. |