|
SHA1files 1_6
|
| SHA1files is a 32 bits console application that computes the SHA1 digest of
files under Windows. |
| Other software from this author: | - NMEAsync 2.3 — NMEAsync uses the data supplied by a GPS receiver to synchronize the date and time of a PC running Windows.
The GPS receiver must generate NMEA sentences, and be connected to
the PC using a serial cable.
NMEAsync is freeware.
| Show all software from this author |
Description: SHA1files is a 32 bits console application that computes the SHA1 digest of files under Windows.
The main applications are    - the detection of any change in files (typically a web server directory to make sure no file has been altered - integrity check)    - the detection of duplicate files on disk (based on their actual content, not their name or location)
SHA1files {/root= [/duplicates] [/ExcludeList=] | [/verify=]} /root= the directory where to begin /ExcludeList= exclude the files matching the lines contained in this text file (wildcards allowed) /verify= compare the files currently on disk against this text file containing the captured output of a previous run of SHA1files
/duplicates show the duplicate files only
All parameters ARE case sensitive. The lines in the ExcludeList must match the FULL path ("*/SHA1files.htm").
The distribution file SHA1files.zip contains batch files with examples how to use the program.
SHA1files /root=c:\test SHA1files /root=c:\test /duplicates SHA1files /root=c:\test /ExcludeList=SHA1ExcludeList.txt SHA1files /root=c:\test > test.txt SHA1files /verify=test.txt
SHA1files returns an errorlevel 0 if everything went OK, and a positive value otherwise, in order to allow specific actions in batch files depending on the results.
SHA1files is freeware. | SHA1files 1_6 Download from christophedavid.org |
| Similar software: | - Iside 1.3 — Iside is a message digest computing tool. It can be used for file integrity checking. It also compares files and folders by computing their hash code (MD5,SHA1,CRC32,...).
| Find all software similar on SHA1files 1_6 |
|