HashCatalog is a program that can find duplicate files in one or more folders or between two lists of one or more folders. HashCatalog supports a regular expression mask to select files to be evaluated for duplicates. HashCatalog will always recurse directories in search of files. HashCatalog can also create an XML file containing a listing of files, along with enough information to be able to determine duplicates. This XML file can be used to allow searches for duplicates against removable media. The catalog can be supplied to the list of search locations, along with individual files and folders. The hash methods supported are: MD5, SHA, SHA1, SHA256, SHA384, and SHA512.
| Tags | XML duplicate files md5 sha catalog |
|---|---|
| Licenses | MIT/X |
| Operating Systems | Windows Linux Mac OS X |
| Implementation | JAXB Java 6 |
| Translations | English |
Recent releases


Release Notes: This release provides support for verbose progress reporting to the command line through JCmdLineProgress, including a spinner and status updates.


Release Notes: This release has preliminary support for a JCmdLineProgress progress spinner in --verbose mode, and a dramatic increase in hashing speed after fixing an astonishingly inefficient hash process by changing 2 lines of code.


Release Notes: The examples were updated to include Windows samples.