tag:blogger.com,1999:blog-46982918240511151512008-03-27T20:45:12.744-04:00Duplicate File DetectiveMark Richardshttp://www.blogger.com/profile/02791884403403559555noreply@blogger.comBlogger3125tag:blogger.com,1999:blog-4698291824051115151.post-29419469901816974412008-03-27T20:34:00.002-04:002008-03-27T20:45:07.915-04:00Duplicate File Detective v2.2.0.0 Released<a href="http://www.duplicate-file-detective.com">Duplicate File Detective</a> v2.2.0.0 has been released, and it provides a number of feature enhancements and bug fixes including:<br /><ul><li>Support for <a href="http://en.wikipedia.org/wiki/SHA_hash_functions#SHA_sizes">SHA256 and SHA512</a> hashing algorithms</li><li>Support for encoding hash / checksum as base64 (in addition to hex)</li><li>Greatly improved SmartMark system support</li><li>Numerous improvements to the built-in file hash calculation tool</li><li>Improved scan filtering capabilities</li><li>A broad range of performance enhancements</li><li>Experimental support for <a href="http://download.microsoft.com/download/a/f/7/af7777e5-7dcd-4800-8a0a-b18336565f5b/Priorityio.doc">low-priority I/O on Windows Vista</a> and Server 2008</li><li>A handful of bug fixes and other improvements<br /></li></ul>Please take a moment to review the <a href="http://www.duplicate-file-detective.com/download-duplicate-file-software/ReleaseNotes.htm">complete release notes</a>, and then <a href="http://www.duplicate-file-detective.com/download-duplicate-file-software/index.htm">download v2.2</a> when ready. This is a free upgrade for all v2.x <a href="http://www.duplicate-file-detective.com/order-duplicate-file-manager/index.htm">license owners</a>.Mark Richardshttp://www.blogger.com/profile/02791884403403559555noreply@blogger.comtag:blogger.com,1999:blog-4698291824051115151.post-28487686855241993882007-12-02T21:30:00.000-05:002007-12-02T21:38:29.296-05:00Duplicate File Detective - The Movie!We've recently published a <a href="http://www.duplicate-file-detective.com/screencasts/introduction/DFD%202%20General%20Tutorial.html">Duplicate File Detective v2.0 screencast</a> which provides a quick, scenario driven walk-through of how the product works. The scenario shown is one of finding duplicate images in a user's "Pictures" folder, and it briefly demonstrates:<br /><ul><li>Use of duplicate file search filtering</li><li>The integrated image preview and properties docking panels</li><li>Use of our advanced SmartMark technology to "mark" a range of duplicate files</li><li>Use of the Duplicate Result Manager feature to safely delete marked duplicate files to the Windows recycle bin</li></ul>Please take a moment to <a href="http://www.duplicate-file-detective.com/screencasts/introduction/DFD%202%20General%20Tutorial.html">watch the screencast</a>. Any and all comments are most welcome (just <a href="mailto:feedback@duplicate-file-detective.com">email us</a>).Mark Richardshttp://www.blogger.com/profile/02791884403403559555noreply@blogger.comtag:blogger.com,1999:blog-4698291824051115151.post-4367300656763239952007-11-24T11:24:00.001-05:002008-03-27T20:33:39.467-04:00Finding Duplicate Files with Content Hashing<a href="http://www.duplicate-file-detective.com">Duplicate File Detective</a> provides the ability to specify precisely how duplicate file matches are identified. Specific combinations of file matching options each have their own set of trade-offs. For example, matching files based solely upon file name and size is very quick, but will obviously miss files that have duplicate contents but different file names (and may also incorrectly identify files with different file contents, but the same names and sizes, as duplicates).<br /><br />For this reason, extending duplicate file searches beyond a quick exploratory run will usually require comparison of <span style="font-weight: bold;">file contents</span>. In Duplicate File Detective, file contents can be matched with or without regard to other file attributes such as name or modification date.<br /><br /><a href="http://www.duplicate-file-detective.com">Duplicate File Detective</a> compares file contents through a process known as <span style="font-weight: bold;">file hashing</span>. File hashing can be defined as the generation of a smaller, unique key value (a "digital fingerprint") from the (much larger) contents of a given file.<br /><br />Duplicate File Detective can hash file contents using a variety of cryptographic algorithms, including <a href="http://en.wikipedia.org/wiki/Cyclic_redundancy_check">CRC32</a>, <a href="http://en.wikipedia.org/wiki/Adler-32">ADLER32</a>, <a href="http://en.wikipedia.org/wiki/MD5">MD5</a>, and <a href="http://en.wikipedia.org/wiki/SHA_hash_functions">SHA1</a>. The first two generate 32-bit file hashes, while the latter two generate 128-bit and 160-bit file hashes, respectively. Generally speaking, the stronger (larger) the generated hash values, the more accurate the file content comparison. In fact, the chance that two different files could produce the same 128-bit or 160-bit digital fingerprint is incredibly small.<br /><br />Duplicate File Detective allows you to mix and match file content matching techniques to suit your specific requirements, but the built-in Project Wizard creates a reasonable set of defaults based upon your general objectives:<br /><ul><li><span style="font-weight: bold;">Quick duplicate file scan</span> - This project type matches duplicate files by name and size alone. It executes very quickly because no file contents are analyzed, and provides a fair degree of accuracy.</li><li><span style="font-weight: bold;">Checksum duplicate file scan</span> - Matches files by name, size, and CRC content hash. Also fairly quick, but works to ensure that files with the same name and size also have the same contents.</li><li><span style="font-weight: bold;">Strong checksum duplicate file scan</span> - Matches files by contents alone (via strong MD5 hashing). Allows for the isolation of duplicate files regardless of other attributes (such as name and / or modification date).</li></ul>In <a href="http://www.duplicate-file-detective.com">Duplicate File Detective</a> v2.x, file content hashing can be further re-enforced with byte-for-byte content matching. Byte-for-byte matching can help provide that final degree of confidence that two duplicate files are truly, 100% identical at the byte level.Mark Richardshttp://www.blogger.com/profile/02791884403403559555noreply@blogger.com