<?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 corruption</title> <atom:link href="http://www.ghacks.net/tag/file-corruption/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>Sat, 11 Feb 2012 17:32:23 +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>DVDsig Generates, Verifies MD5 Signatures</title><link>http://www.ghacks.net/2010/07/14/dvdsig-generates-verifies-md5-signatures/</link> <comments>http://www.ghacks.net/2010/07/14/dvdsig-generates-verifies-md5-signatures/#comments</comments> <pubDate>Wed, 14 Jul 2010 16:20:07 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[dvdsig]]></category> <category><![CDATA[file corruption]]></category> <category><![CDATA[md5]]></category> <category><![CDATA[md5 checker]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28242</guid> <description><![CDATA[The portable 10K tool DVDsig has been created to quickly generate and verify the MD5 signatures of a base folder and all files it contains. MD5 hashes are used to verify a file&#8217;s integrity by comparing the initial value to the current value, differences indicate that the file has been changed in the meantime. This [...]]]></description> <content:encoded><![CDATA[<p>The portable 10K tool DVDsig has been created to quickly generate and verify the MD5 signatures of a base folder and all files it contains. MD5 hashes are used to verify a file&#8217;s integrity by comparing the initial value to the current value, differences indicate that the file has been changed in the meantime. This method is more reliable than comparing file modification dates or file sizes.</p><p>The portable software needs to be placed in the base directory. It can for instance be placed in a download folder or the root folder of a disk compilation.</p><p><span
id="more-28242"></span>The main interface displays a Scan and Verify link. Scan will initiate the scan of all files that reside in the base folder and its subfolders. MD5 hashes are generated and stored in a database file in the same folder.</p><div
id="attachment_28243" class="wp-caption alignnone" style="width: 410px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/07/dvdsig.png" alt="dvdsig" title="dvdsig" width="400" height="170" class="size-full wp-image-28243" /><p
class="wp-caption-text">dvdsig</p></div><p>The program displays status information in its interface, usually if a file is not accessible or other problems related to generating the MD5 values. All MD5 hashes are stored in a file named dvdsig.md5.</p><p>DVDsig will automatically recognize that file and refuse to run the scan again if it exists. Selecting the Verify option instead will process all files in the folder a second time and compare the hashes to the ones stored in the database file.</p><p>The output lists the total files, files that were identical, bad files and missing files. Bad and missing files are displayed with their file name in the interface so that it is possible to react on the file change right away.</p><p><a
href="http://members.ozemail.com.au/~nulifetv/freezip/freeware/">DVDsig</a> has been primarily designed by the developer as a file verification software for DVD-ROM and CD-ROM media, but it can be used for other verification purposes as well. Its small size makes it an ideal program to be included on removable media or optical media.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/14/dvdsig-generates-verifies-md5-signatures/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Protect your important files against corruption</title><link>http://www.ghacks.net/2007/05/05/protect-your-important-files-against-corruption/</link> <comments>http://www.ghacks.net/2007/05/05/protect-your-important-files-against-corruption/#comments</comments> <pubDate>Sat, 05 May 2007 21:39:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[backups]]></category> <category><![CDATA[file corruption]]></category> <category><![CDATA[ice ecc]]></category> <category><![CDATA[par2]]></category> <category><![CDATA[protect files]]></category> <category><![CDATA[quickpar]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/05/05/protect-your-important-files-against-corruption/</guid> <description><![CDATA[Files do not last forever. Corruption can be caused by hard drive failures or unreadable compact disks for instance. The files might be partially readable but this does not help much if it is corrupted. There are some ways of preparing yourself against data loss. One obvious way is of course to make regular backups of your important files. But it could of course happen that backups get corrupted as well which most of the time happens in the worst moments possible. ]]></description> <content:encoded><![CDATA[<p>Files do not last forever. Corruption can be caused by hard drive failures or unreadable compact disks for instance. The files might be partially readable but this does not help much if it is corrupted. There are some ways of preparing yourself against data loss. One obvious way is of course to make regular backups of your important files. But it could of course happen that backups get corrupted as well which most of the time happens in the worst moments possible.</p><p>A software that is able to protect your important files against corruption is called <a
href="http://www.ice-graphics.com/ICEECC/IndexE.html" target="_blank">ICE ECC</a> which creates so called recovery files that can be used to recover files that are corrupted or partially damaged. They can&#8217;t recover files that are not there anymore of course but most of the time you have partial files that can be recovered. This is a like the <a
href="http://www.ghacks.net/2007/05/03/par2-files-explained/" target="_blank">Par2 file</a> system which I have written about earlier in this week.</p><p><span
id="more-1509"></span>ICE ECC offers some advantages over Par2 files. First it is possible to create recovery files for directories with no limitation on file size, amount of files and names. The recovery files themselves are compressed to make it easier to store them on your system. Last but not least some tests that have been published on the developers website claim that ICE ECC is a lot faster than Quickpar for instance. I do not think that this is such an important factor after all unless you create recovery files every day.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/05/05/protect-your-important-files-against-corruption/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
