<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; file integrity</title> <atom:link href="http://www.ghacks.net/tag/file-integrity/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>File Verifier++, Windows File Integrity Checker</title><link>http://www.ghacks.net/2010/12/14/file-verifier-windows-file-integrity-checker/</link> <comments>http://www.ghacks.net/2010/12/14/file-verifier-windows-file-integrity-checker/#comments</comments> <pubDate>Tue, 14 Dec 2010 14:10:27 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[file integrity]]></category> <category><![CDATA[file verifier++]]></category> <category><![CDATA[hash]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37948</guid> <description><![CDATA[File integrity checks should play an important part in a computer system&#8217;s backup strategy. Nothing is worse than having to find out that the needed backups are corrupt and cannot be used anymore for restoration purposes. File Verifier++ is an Open Source software for the Windows operating system that can create and store hash values [...]]]></description> <content:encoded><![CDATA[<p>File integrity checks should play an important part in a computer system&#8217;s backup strategy. Nothing is worse than having to find out that the needed backups are corrupt and cannot be used anymore for restoration purposes.</p><p>File Verifier++ is an Open Source software for the Windows operating system that can create and store hash values of selected files and check their integrity whenever it is needed.</p><p>It begins by adding files or directories with files to the program. A click on files or dirs in the main menubar opens a file and folder browser to do that. all files are then added to the program listing and hashes are calculated automatically for them.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/12/file-verifier-550x410.jpg" alt="file verifier" title="file verifier" width="550" height="410" class="alignnone size-medium wp-image-37949" /></p><p>Information such as the file path on the system, hash, encoding, algorithm used to compute the has, size, modification time and verification are displayed in a table in the main interface.</p><p>The message log details which operations have been started and completed in the program. This includes how many files have been processed at what speed and time.</p><p>File listings can be stored on the computer system to load and verify them against the file hashes of existing programs.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/12/verify-files-550x410.jpg" alt="verify files" title="verify files" width="550" height="410" class="alignnone size-medium wp-image-37950" /></p><p>Identical (or valid) files are highlighted in green, files that fail the verification check in red. Files can also be highlighted in blue if the hash and file size is identical but the modification date differs. The program does not only use a files hash to verify its integrity but also the file size, file attributes and modification time.</p><p>The default algorithm used is MD5, the program does support several other algorithms including CRC, SHA or RMD.</p><h3>File Verifier++ Features</h3><ul><li> Can load and save results to and from various formats.</li><li> Hash algorithms can be added through the DLL interface.</li><li> Hash verification. Can load hash results and compare to what is actually on your disk.</li><li> Color coding of validity states</li><li> Verification considers file size, file attributes, and modification date to be significant.</li><li> Drag and drop support.</li><li> Recursive directory processing.</li><li> Recursive processing using patterns.</li><li> Calculates hashes on strings.</li><li> Search and grep using regular expressions.</li><li> Selective verification.</li><li> Unicode support (recognizes Unicode file names and writes results encoded in UTF-8 (without BOM))</li><li> Supports Windows XP Visual Styles</li><li> Shell Integration (Shell extension).</li><li> Can be installed using installer or without.</li><li> Command line version. (in beta)</li></ul><p><a
href="http://www.programmingunlimited.net/siteexec/content.cgi?page=fv">File Verifier++</a> comes with several extras that are accessible through the file menu. It is for instance possible to use the advanced processing module to process multiple directories with select patterns or regular expressions as filters.</p><p>The program is fully compatible with 32-bit and 64-bit versions of the Windows operating system. The portable version can be run from any location, ideal for storing it with the file verification information on burned CDs, DVDs or other backup storage locations.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/14/file-verifier-windows-file-integrity-checker/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Exact File, Informs You Of File Modifications</title><link>http://www.ghacks.net/2010/10/21/exact-file-informs-you-of-file-modifications/</link> <comments>http://www.ghacks.net/2010/10/21/exact-file-informs-you-of-file-modifications/#comments</comments> <pubDate>Thu, 21 Oct 2010 09:49:54 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[checksum]]></category> <category><![CDATA[exact file]]></category> <category><![CDATA[file integrity]]></category> <category><![CDATA[file verification]]></category> <category><![CDATA[hash]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=36070</guid> <description><![CDATA[A few scenarios spring to mind where it can be essential to make sure that files have not been modified. Think of data backups for example. Nothing is worse than having to realize that the dire needed backup is corrupt and cannot be used. Or files on a web server. A good way to make [...]]]></description> <content:encoded><![CDATA[<p>A few scenarios spring to mind where it can be essential to make sure that files have not been modified. Think of data backups for example. Nothing is worse than having to realize that the dire needed backup is corrupt and cannot be used. Or files on a web server. A good way to make sure that no one tampered with the files is to verify them regularly.</p><p>But file integrity can be important on the local PC as well. A program like Exact File can tell you exactly if someone modified your Word or Excel document, or played your game just a little bit further.</p><p>Exact File is a free file integrity tool for the Windows operating system. It can process single files or batch process complete folders. The software supports all important hash methods including MD5, SHA512, CRC32 and about a dozen more.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/file-integrity-check-500x393.png" alt="file integrity check" title="file integrity check" width="500" height="393" class="alignnone size-medium wp-image-36071" /></p><p>Options to create checksums for single or multiple files, as well as to verify the integrity of already checked files are offered in the program&#8217;s interface.</p><p>A single-file check works by dragging and dropping a file into the interface, or selecting it in the file browser. ExactFile will compute all supported hashes and display a report in the end listing them all.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/file-integrity-report-500x375.png" alt="file integrity report" title="file integrity report" width="500" height="375" class="alignnone size-medium wp-image-36072" /></p><p>The generated information can be copied to the clipboard. More interesting is the ability to create a digest. A digest contains hash values of all files found in a selected folder and its subfolders.</p><p>It is again possible to drag and drop a folder into the program window, or to use the file browser to pick a folder from the system. Available options are to include subfolders, full paths in the output and to out the checksums to a file.</p><p>All supported hash methods are available, but only one can be selected for the process.</p><p>ExactFile will process all files in the selected folder structure and display a similar results window in the end.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/exact-file-500x393.png" alt="exact file" title="exact file" width="500" height="393" class="alignnone size-medium wp-image-36073" /></p><p>The calculations are speedy and use all available cpu cores by default. The results are stored in the selected file and displayed to the user directly. It is here again possible to copy them to the clipboard.</p><p>The test digest menu is available to test a previously generated folder hash. All it takes is to select the digest file, click verbose report and then go to compare the previously generated hash values of the files with the current ones.</p><p>One interesting application for this would be to generate the hashes before sending the files to another user. The receiving user could then test the validity of the files by running the previously generated checksum file against the received files.</p><p>An option to create a test file applet is available to make this easier. Instead of having to use the file integrity software to check the files, it is possible to generate and use a standalone executable generated by the program to do the same. Ideal for putting it on burned CDs or DVDs, or sending it along with the files for the recipient to check.</p><p>Exact File is a sophisticated file verification tool for the Windows operating system. Especially the option to test and verify the integrity of all files in a folder is welcome, coupled with the option to create a standalone executable to verify the integrity at all times.</p><p>What the developer of Exact File says:</p><blockquote><ul><li>A file integrity verification tool:<p> Use it to make sure files copied to CD-ROM are bit-perfect copies,<br
/> Use it to make sure backups copied from one drive to another are just right,<br
/> Use it to make sure files haven’t been changed or damaged over time.</li><li>Multi-threaded, so your extra CPU cores get used when scanning multiple files and work gets done faster.</li><li>Happy with Unicode file names, so it doesn’t fail when you’re using it on files named in Japanese, Hebrew, Chinese, or any other language.</li><li>Supports multiple checksum routines (hashes), like MD5, SHA1, CRC32, RIPEMD and others.</li><li>Supports recursive directory scanning.</li><li>Supports Very Big Files — If it’s on your hard drive, ExactFile can handle it.</li><li>Does everything popular file summer utilities do, like fsum, md5sum, sha1sum, sfv, etc, but better!</li><li>Compatible with popular file checksum digest formats.</li><li>For Windows 2000, XP, and Vista.</li><li>GUI. Easy to use to get checksums for individual files, create checksum digests, and test checksum digests. Does not require the console version or any external DLLs.</li></ul></blockquote><p>Interested users can download <a
href="http://www.exactfile.com/">Exactfile</a> from the developer homepage. The program is compatible with most 32-bit and 64-bit editions of the Windows operating system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/21/exact-file-informs-you-of-file-modifications/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Check File Integrity With HashTab</title><link>http://www.ghacks.net/2009/06/26/check-file-integrity-with-hashtab/</link> <comments>http://www.ghacks.net/2009/06/26/check-file-integrity-with-hashtab/#comments</comments> <pubDate>Fri, 26 Jun 2009 20:29:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[file authenticity]]></category> <category><![CDATA[file integrity]]></category> <category><![CDATA[hashtab]]></category> <category><![CDATA[shell extension]]></category> <category><![CDATA[verify files]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13902</guid> <description><![CDATA[File integrity and authenticity software HashTab was recently update to version 3. Reason enough to take another look at one of the best solutions of verifying the file integrity of files in the Windows operating system as our last review dates back to November of last year. The software developer Cody Batt has not published [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />File integrity and authenticity software HashTab was recently update to version 3. Reason enough to take another look at one of the best solutions of verifying the file integrity of files in the Windows operating system as our last review dates back to November of last year. The software developer Cody Batt has not published a changelog on the HashTab website which makes it very difficulty to get information about the changes in this new version of the computer program.</p><p>HashTab adds a new tab to the Windows file properties dialog that displays various hashes that have been calculated by the software. These hashes can then be compared with the values provided by their source to verify the file integrity and make sure that the file has not been tampered with.</p><p><span
id="more-13902"></span>This method works nicely when downloading software and files from various popular software portals as these usually display at least one sort of hash on the download page so that the users can verify the file integrity. But that is just one example. It can also be used to verify files after downloading them from friends or colleagues.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/file_integrity-394x500.jpg" alt="file integrity" title="file integrity" width="394" height="500" class="alignnone size-medium wp-image-13903" /></p><p>The hashes that are displayed can be altered in the program&#8217;s options. It is theoretically possible to add all 15 different algorithms to the tab. Another interesting option is the ability to compare a file on the same computer system which takes only a few seconds as a second file has to be selected from a local hard drive.</p><p>HashTab is still one of the best software programs to verify the file integrity of files on a computer system. Let us know if you find a changelog or information about the changes that the developer has made in the new version.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/26/check-file-integrity-with-hashtab/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Verify File Integrity Of Backups</title><link>http://www.ghacks.net/2009/01/12/verify-file-integrity-of-backups/</link> <comments>http://www.ghacks.net/2009/01/12/verify-file-integrity-of-backups/#comments</comments> <pubDate>Mon, 12 Jan 2009 11:23:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[check files]]></category> <category><![CDATA[file check md5]]></category> <category><![CDATA[file integrity]]></category> <category><![CDATA[md5]]></category> <category><![CDATA[md5 hashes]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[verify backups]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9837</guid> <description><![CDATA[Creating backups is just one step in taking precautions that sensible data can be recovered if anything should happen to a computer&#8217;s storage device. Depending on the location they are stored in backups can also be subject to change. This can for example be the case if parts of the backup storage become unreadable. It [...]]]></description> <content:encoded><![CDATA[<p>Creating backups is just one step in taking precautions that sensible data can be recovered if anything should happen to a computer&#8217;s storage device. Depending on the location they are stored in backups can also be subject to change. This can for example be the case if parts of the backup storage become unreadable.</p><p>It is therefor recommended to verify the file integrity of backups regularly to make sure that they can still be used to recover data if the need should arise. Nothing&#8217;s worse than to realize that the backups are unusable.</p><p><a
href="http://www.exactfile.com/">File Check MD5</a> is a small portable software for Windows that has been designed for that specific purpose. It can be used to compute MD5 hashes of all files in a specific root folder including subfolders. All computed MD5 hashes will be stored in a text file in that root folder.</p><p><span
id="more-9837"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/verify_file_integrity-500x372.jpg" alt="verify file integrity" title="verify file integrity" width="500" height="372" class="alignnone size-medium wp-image-9838" /></p><p>The Check Files option can then be used to check files on the backup storage with the MD5 hashes of the original files to ensure data integrity.</p><p>One interesting option of the software program is to test the md5 hashes that have been previously computed if the text file is located in the same folder as the executable. It would then only be a matter of adding the File Check MD5 software and the text file with the MD5 hashes to the root of the backup to be able to automatically verify the file integrity.</p><p>The only thing that is missing is the ability to select a different storage location for the MD5 hashes. This would make it possible to run the software on read only devices as well.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/12/verify-file-integrity-of-backups/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>File Integrity Check</title><link>http://www.ghacks.net/2008/11/12/file-integrity-check/</link> <comments>http://www.ghacks.net/2008/11/12/file-integrity-check/#comments</comments> <pubDate>Wed, 12 Nov 2008 20:03:11 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[algorithm]]></category> <category><![CDATA[file integrity]]></category> <category><![CDATA[hash]]></category> <category><![CDATA[hash algorithm]]></category> <category><![CDATA[hash algorithms]]></category> <category><![CDATA[md6 hash]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[sha algorithm]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8236</guid> <description><![CDATA[File Verifier++ is a portable software program for Windows that can check the file integrity of selected files. This is done by calculating the hash of every selected file in the first run of the application and comparing that initial hash value with the hash that was calculated at a later time. The file has [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.programmingunlimited.net/siteexec/content.cgi?page=fv">File Verifier++</a> is a portable software program for Windows that can check the file integrity of selected files. This is done by calculating the hash of every selected file in the first run of the application and comparing that initial hash value with the hash that was calculated at a later time. The file has been modified if the hash values do not match.</p><p>The software program does not act automatically. The user has to select files or folders that he wants to calculate hash values for. Once they are stored in the database it is possible to check the files at anytime to see if the file has been changed in the meantime.</p><p>A set of 21 different hash algorithms including popular algorithms like MD5, SHA-512 or CRC-32 is available and at the user&#8217;s disposal. Results can be saved or loaded so that they are available whenever they are needed.</p><p><span
id="more-8236"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/file_integrity-500x323.jpg" alt="file integrity" title="file integrity" width="500" height="323" class="alignnone size-medium wp-image-8237" /></p><p>Other interesting options include Windows Shell integration, a command line version, drag and drop support, Unicode support or search and grep using regular expressions. All in all a very sophisticated tool to check the file integrity of selected files.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/12/file-integrity-check/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
