We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf89f8c commit f9568cdCopy full SHA for f9568cd
1 file changed
README.md
@@ -27,9 +27,9 @@ HashifyCLI -i "'Hello World'" -a "CRC" -cp "CRC=CRC32"
27
HashifyCLI -i "'Hello World'" -a "CRC:1 CRC:2" -cp "CRC:1=CRC32 CRC:2=CRC64"
28
```
29
30
-## Quick computation of file HashifyNET.dll using MD5, CRC32 and CRC64
+### Quick computation of file HashifyCLI.exe (or HashifyCLI for Unix) using MD5, CRC32 and CRC64
31
32
-HashifyCLI -i "ReadAllBytes('HashifyNET.dll')" -if "Input" -a "MD5 CRC:1 CRC:2" -cp "CRC:1=CRC32 CRC:2=CRC64"
+HashifyCLI -i "ReadAllBytes('HashifyCLI.exe')" -if "Input" -a "MD5 CRC:1 CRC:2" -cp "CRC:1=CRC32 CRC:2=CRC64"
33
34
35
Syntax and Execution
0 commit comments