Skip to content

Commit

Permalink
Update page for 1.25.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Jun 8, 2024
1 parent 1fb5c33 commit 47f7ef2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<tr>
<td width="21%" bgcolor="#33CCCC" valign="top">&nbsp;
<p style="margin-left: 20"><b><font face="Arial" size="2" color="#000000">
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.24.0/DirHash-1.24.0-x64.zip" target="_blank">DirHash Windows 64-Bit Binary</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.24.0/DirHash-1.24.0-arm64.zip" target="_blank">DirHash Windows ARM64 Binary</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.24.0/DirHash-1.24.0-x86.zip" target="_blank">DirHash Windows 32-Bit Binary</a><br>
<a href="https://github.com/idrassi/DirHash/archive/DirHash_1.24.0.zip" target="_blank">DirHash Source Code Zip</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.25.1/DirHash-1.25.1-x64.zip" target="_blank">DirHash Windows 64-Bit Binary</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.25.1/DirHash-1.25.1-arm64.zip" target="_blank">DirHash Windows ARM64 Binary</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.25.1/DirHash-1.25.1-x86.zip" target="_blank">DirHash Windows 32-Bit Binary</a><br>
<a href="https://github.com/idrassi/DirHash/archive/DirHash_1.25.1.zip" target="_blank">DirHash Source Code Zip</a><br>
<a href="https://github.com/idrassi/DirHash" target="_blank">DirHash On GitHub</a><br>
<a href="https://www.idrix.fr/Root/content/category/7/31/55/" target="_blank">IDRIX Official DirHash page</a><br>
</font></b></p>
Expand All @@ -43,7 +43,7 @@
<p><font size="2" face="Arial">DirHash is a Windows console program that computes the hash of a given directory content or a single file. It also supports creating SUM of files in a way similar to classical shasum program. Recursive Lexicographical order is used for browsing the directory hierarchy so that the computed hash can be seen as unique fingerprint of the target directory. Supported hashing algorithms are MD5, SHA-1, SHA-256, SHA-384, SHA-512, Streebog, Blake2s, Blake2 and Blake3.</font></p>
<p><font face="Arial" size="5">Usage</font></p>
<p><font size="2" face="Arial">DirHash can be invoked from the command like as follows: <br>
<p>DirHash.exe DirectoryOrFilePath [HashAlgo] [-t ResultFileName] [-progress] [-sum] [-sumRelativePath] [-includeLastDir] [-verify FileName] [-threads] [-clip] [-lowercase] [-overwrite] [-quiet] [-nologo] [-nowait] [-skipError] [-hashnames [-stripnames]] [-exclude pattern1] [-exclude patter2] [-nofollow]</p>
<p>DirHash.exe DirectoryOrFilePath [HashAlgo] [-t ResultFileName] [-progress] [-sum] [-sumRelativePath] [-includeLastDir] [-verify FileName] [-threads] [-clip] [-lowercase] [-overwrite] [-quiet] [-nologo] [-nowait] [-skipError] [-hashnames [-stripnames]] [-exclude pattern1] [-exclude patter2] [-only pattern1] [-only patter2] [-nofollow]</p>
<p>DirHash.exe -benchmark [HashAlgo | All] [-t ResultFileName] [-clip] [-overwrite] [-quiet] [-nologo] [-nowait] </p>
<p>Possible values for HashAlgo (not case sensitive):</p>

Expand Down Expand Up @@ -101,6 +101,8 @@

<p>if <b>-exclude</b> is specified, it must be followed by a string indicating the file type that must be excluded from the hash computation. For example, to exclude .log files, you specify "-exclude *.log". This switch can be repeated many times in the command line to specify different file types to exclude.</p>

<p>If <b>-only</b> is specified (cannot be combined with -exclude), it must be followed by a string indicating the only file type(s) that must be included in the hash computation. For example, to include only .txt files, you specify "-only *.txt". This switch can be repeated many times in the command line to specify different file types to include.</p>

<p>if <b>-skipError</b> is specified, program will ignore any non-fatal errors and it will continue processing.</p>

<p>If <b>-nologo</b> is specified, program will not display the copyright message and version number on startup.</p>
Expand Down Expand Up @@ -132,7 +134,7 @@

<p>&nbsp;</p>
</blockquote>
<p align="center"><font face="Arial" size="1">© COPYRIGHT 2023 ALL RIGHTS
<p align="center"><font face="Arial" size="1">© COPYRIGHT 2024 ALL RIGHTS
RESERVED Mounir IDRASSI (<a href="https://www.idrix.fr">https://www.idrix.fr</a>)</font></td>
<td width="18%" bgcolor="#CCFFFF" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
Expand Down

0 comments on commit 47f7ef2

Please sign in to comment.