<?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>Brudvik.org &#187; secure</title>
	<atom:link href="http://www.brudvik.org/tag/secure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brudvik.org</link>
	<description>Hvor drømmer blir virkelighet</description>
	<lastBuildDate>Sat, 24 Jul 2010 15:43:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Secure Online Passwords</title>
		<link>http://www.brudvik.org/2009/05/secure-online-passwords/</link>
		<comments>http://www.brudvik.org/2009/05/secure-online-passwords/#comments</comments>
		<pubDate>Tue, 05 May 2009 17:15:34 +0000</pubDate>
		<dc:creator>Kjell Arne Brudvik</dc:creator>
				<category><![CDATA[Utvikling]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[EXE]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[PIN]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[SHA]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.brudvik.org/?p=494</guid>
		<description><![CDATA[Use your default password and generate secure passwords on the various web-sites you visit. It&#8217;s a definitive fact that most of the people online uses just one, or at most &#8211; 3 passwords when they travel around the internet. Often these passwords are way to easy to figure out, either based on family, names, birthdates, [...]


Related posts:<ol><li><a href='http://www.brudvik.org/2009/03/store-your-application-config-as-xml/' rel='bookmark' title='Permanent Link: Store your application config as XML'>Store your application config as XML</a> <small>As I stated in the previous post, the new project...</small></li>
<li><a href='http://www.brudvik.org/2009/01/eraser-secure-file-deletion/' rel='bookmark' title='Permanent Link: Eraser &#8211; Secure file deletion'>Eraser &#8211; Secure file deletion</a> <small>Often when you work, you end up having documents that...</small></li>
<li><a href='http://www.brudvik.org/2009/05/comment-using-your-facebook-profile/' rel='bookmark' title='Permanent Link: Comment using your Facebook profile'>Comment using your Facebook profile</a> <small>Ok, let&#8217;s face it &#8211; quite a few of the...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Use your default password and generate secure passwords on the various web-sites you visit. It&#8217;s a definitive fact that most of the people online uses just one, or at most &#8211; 3 passwords when they travel around the internet. Often these passwords are way to easy to figure out, either based on family, names, birthdates, soccer clubs or dictionary words. Taken this into consideration and based on some ideas that others suggested, I&#8217;ve put together a small tool that will help you make yourself more secure online. Using your default password you can generate website-spesific passwords that would be far harder to break than your ordinary password. The tool uses a hashing algorithm of your choice (<em>SHA1, SHA256, SHA384, SHA512 </em>or<em> MD5</em>). You can also define the maximum length of the password in case you want to make sure that all websites will handle it; good idea would be to limit it to 50 characters.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-12-494">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/secure-online-passwords/sop_config.jpg" title=" " class="shutterset_set_12" >
								<img title="sop_config.jpg" alt="sop_config.jpg" src="http://www.brudvik.org/wp-content/gallery/secure-online-passwords/thumbs/thumbs_sop_config.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/secure-online-passwords/sop_input.jpg" title=" " class="shutterset_set_12" >
								<img title="sop_input.jpg" alt="sop_input.jpg" src="http://www.brudvik.org/wp-content/gallery/secure-online-passwords/thumbs/thumbs_sop_input.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>The hash is then generated based on your password and the website, and using the &#8220;PIN code&#8221; you enter as salt-base. What you enter as &#8220;PIN code&#8221; doesn&#8217;t really matter, but should be something that you can easily remember. This is just here to make it even harder to replicate the hashes. Here you can enter anything, default is the name of your computer in upper-case. Do note that the combination of password, the pin-code and website needs to be accurate in order to re-produce your password for later entrance. Thus, you should decide for one &#8220;pin-code&#8221; and stick to that on different computers to make sure you aren&#8217;t making it harder on yourself.</p>
<p>You can also tell the application to store your password/pin code for you, so that you don&#8217;t need to remember them. The password/pin-code is then encrypted before being stored in the local <em>settings.xml</em> file. All settings are stored in this file, and written when you click the &#8220;Exit&#8221; button. All you need is the EXE and XML file transferred to other computers to ensure that you have the same configuration on several computers. A good idea could be to put this on a USB stick and bring that with you.</p>
<p><strong>Usage:</strong></p>
<p>The tool is simple to use, enter your password &#8211; the pin-code and the website you want to generate a password for. Could be a good idea to explore the settings and test the various settings before you settle for a configuration you would like to use. When entering a website, you only need to enter the basename of the website. For instance, if you would like to register here, you would then just enter <span style="color: #000080;">www.brudvik.org</span> into the URL textbox, and hit generate. The generated password is what you would use as password. You do not need to remember this password, because next time you want to log in here, you just start the tool again, enter your password/pin-code (unless you allowed the tool to store it), enter <span style="color: #000080;">www.brudvik.org</span> &#8211; and it will generate the password again, which you then can just copy and paste into the login box.</p>
<p>If you have any ideas, thoughts or feedback &#8211; then feel free to express them in the comment field below.</p>
<p><strong>Download:</strong></p>
<ul>
<li><a class="downloadlink" href="http://www.brudvik.org/wp-content/plugins/download-monitor/download.php?id=11" title="Version1 downloaded 8738 times" >Secure Online Passwords (8738)</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;title=Secure+Online+Passwords" rel="nofollow" class="external" title="Del innlegget på del.icio.us">Del innlegget på del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;t=Secure+Online+Passwords" rel="nofollow" class="external" title="Del innlegget på Facebook">Del innlegget på Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Secure+Online+Passwords&amp;body=Link: http://www.brudvik.org/2009/05/secure-online-passwords/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Use%20your%20default%20password%20and%20generate%20secure%20passwords%20on%20the%20various%20web-sites%20you%20visit.%20It%27s%20a%20definitive%20fact%20that%20most%20of%20the%20people%20online%20uses%20just%20one%2C%20or%20at%20most%20-%203%20passwords%20when%20they%20travel%20around%20the%20internet.%20Often%20these%20passwords%20are%20way%20to%20easy%20to%20figure%20out%2C%20either%20based%20on%20family%2C" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;title=Secure+Online+Passwords&amp;summary=Use%20your%20default%20password%20and%20generate%20secure%20passwords%20on%20the%20various%20web-sites%20you%20visit.%20It%27s%20a%20definitive%20fact%20that%20most%20of%20the%20people%20online%20uses%20just%20one%2C%20or%20at%20most%20-%203%20passwords%20when%20they%20travel%20around%20the%20internet.%20Often%20these%20passwords%20are%20way%20to%20easy%20to%20figure%20out%2C%20either%20based%20on%20family%2C&amp;source=Brudvik.org" rel="nofollow" class="external" title="Del innlegget på LinkedIn">Del innlegget på LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;title=Secure+Online+Passwords" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Secure+Online+Passwords+-+http://b2l.me/xzpwu&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.brudvik.org/2009/05/secure-online-passwords/&amp;n=Secure+Online+Passwords&amp;pli=1" rel="nofollow" class="external" title="Blogg innlegget på Blogger">Blogg innlegget på Blogger</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Secure+Online+Passwords&amp;link=http://www.brudvik.org/2009/05/secure-online-passwords/" rel="nofollow" class="external" title="Del innlegget på FriendFeed">Del innlegget på FriendFeed</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Secure+Online+Passwords&quot;+-+from+http://b2l.me/xzpwu" rel="nofollow" class="external" title="Legg inn dette innlegget på Identica">Legg inn dette innlegget på Identica</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://www.brudvik.org/2009/03/store-your-application-config-as-xml/' rel='bookmark' title='Permanent Link: Store your application config as XML'>Store your application config as XML</a> <small>As I stated in the previous post, the new project...</small></li>
<li><a href='http://www.brudvik.org/2009/01/eraser-secure-file-deletion/' rel='bookmark' title='Permanent Link: Eraser &#8211; Secure file deletion'>Eraser &#8211; Secure file deletion</a> <small>Often when you work, you end up having documents that...</small></li>
<li><a href='http://www.brudvik.org/2009/05/comment-using-your-facebook-profile/' rel='bookmark' title='Permanent Link: Comment using your Facebook profile'>Comment using your Facebook profile</a> <small>Ok, let&#8217;s face it &#8211; quite a few of the...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.brudvik.org/2009/05/secure-online-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eraser &#8211; Secure file deletion</title>
		<link>http://www.brudvik.org/2009/01/eraser-secure-file-deletion/</link>
		<comments>http://www.brudvik.org/2009/01/eraser-secure-file-deletion/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 14:00:21 +0000</pubDate>
		<dc:creator>Kjell Arne Brudvik</dc:creator>
				<category><![CDATA[Arkiv]]></category>
		<category><![CDATA[5220.22-M]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[gutmann]]></category>
		<category><![CDATA[pseudorandom]]></category>
		<category><![CDATA[pseudorandom data]]></category>
		<category><![CDATA[schneier]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[us dod]]></category>

		<guid isPermaLink="false">http://www.brudvik.org/?p=198</guid>
		<description><![CDATA[Often when you work, you end up having documents that aren&#8217;t meant to be read by others. And when you then are done with those documents and you&#8217;ve secured your encrypted backup, then it&#8217;s time to remove the actual document and with secure file deletion make sure that the data can not be read from [...]


Related posts:<ol><li><a href='http://www.brudvik.org/2009/05/secure-online-passwords/' rel='bookmark' title='Permanent Link: Secure Online Passwords'>Secure Online Passwords</a> <small>Use your default password and generate secure passwords on the...</small></li>
<li><a href='http://www.brudvik.org/projects/development/ftp4che-examples/04-downloading-a-file/' rel='bookmark' title='Permanent Link: 04 &#8211; Downloading a file'>04 &#8211; Downloading a file</a> <small>Downloading a file using the FTP4CHE library is as easy...</small></li>
<li><a href='http://www.brudvik.org/2009/02/storage-galore/' rel='bookmark' title='Permanent Link: Storage-galore'>Storage-galore</a> <small>When the new 2TB disks was announced in the news...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Often when you work, you end up having documents that aren&#8217;t meant to be read by others. And when you then are done with those documents and you&#8217;ve secured your encrypted backup, then it&#8217;s time to remove the actual document and with secure file deletion make sure that the data can not be read from the disk. This is where ERASER comes in hand. With several different erasing methods:</p>
<ol>
<li>Gutmann &#8211; with 35 passes.</li>
<li>US DoD 5220.22-M (8-306. /E, C and E) &#8211; with 7 passes.</li>
<li>US DoD 5220.22-M (8.306. / E) &#8211; with 3 passes.</li>
<li>Pseudorandom Data &#8211; with 1 pass.</li>
<li>Only first and last 2KB &#8211; with 1 pass.</li>
<li>Schneier&#8217;s 7 pass &#8211; with 7 passes.</li>
</ol>

<div class="ngg-galleryoverview" id="ngg-gallery-4-198">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-21" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/eraser/eraser_01_recyclebin.jpg" title=" " class="shutterset_set_4" >
								<img title="eraser_01_recyclebin.jpg" alt="eraser_01_recyclebin.jpg" src="http://www.brudvik.org/wp-content/gallery/eraser/thumbs/thumbs_eraser_01_recyclebin.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-22" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/eraser/eraser_02_confirm_delete.jpg" title=" " class="shutterset_set_4" >
								<img title="eraser_02_confirm_delete.jpg" alt="eraser_02_confirm_delete.jpg" src="http://www.brudvik.org/wp-content/gallery/eraser/thumbs/thumbs_eraser_02_confirm_delete.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-23" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/eraser/eraser_03_confirm_delete_options.jpg" title=" " class="shutterset_set_4" >
								<img title="eraser_03_confirm_delete_options.jpg" alt="eraser_03_confirm_delete_options.jpg" src="http://www.brudvik.org/wp-content/gallery/eraser/thumbs/thumbs_eraser_03_confirm_delete_options.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-24" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/eraser/eraser_04_task_01.jpg" title=" " class="shutterset_set_4" >
								<img title="eraser_04_task_01.jpg" alt="eraser_04_task_01.jpg" src="http://www.brudvik.org/wp-content/gallery/eraser/thumbs/thumbs_eraser_04_task_01.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-25" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/eraser/eraser_05_task_02.jpg" title=" " class="shutterset_set_4" >
								<img title="eraser_05_task_02.jpg" alt="eraser_05_task_02.jpg" src="http://www.brudvik.org/wp-content/gallery/eraser/thumbs/thumbs_eraser_05_task_02.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-26" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/eraser/eraser_06_task_03.jpg" title=" " class="shutterset_set_4" >
								<img title="eraser_06_task_03.jpg" alt="eraser_06_task_03.jpg" src="http://www.brudvik.org/wp-content/gallery/eraser/thumbs/thumbs_eraser_06_task_03.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-27" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.brudvik.org/wp-content/gallery/eraser/eraser_07_main_window.jpg" title=" " class="shutterset_set_4" >
								<img title="eraser_07_main_window.jpg" alt="eraser_07_main_window.jpg" src="http://www.brudvik.org/wp-content/gallery/eraser/thumbs/thumbs_eraser_07_main_window.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p><span id="more-198"></span></p>
<p>It supports single file deletion, secure wipe of your recycle bin and you can even setup scheduled tasks to for instance, clear your free disk space to remove any traces of any documents there. And did I mention &#8211; it&#8217;s free!</p>
<p><strong>Product description from the developers:</strong></p>
<blockquote><p><em>Most people have some data that they would rather not share with others &#8211; passwords, personal information, classified documents from work, financial records, self-written poems, the list can be continued forever.</em></p>
<p><em>Perhaps you have saved some of this information on your computer where it is conveniently at your reach, but when the time comes to remove the data from your hard disk, things get a bit more complicated and maintaining your privacy is not as simple as it may have seemed at first.</em></p>
<p><em>Your first thought may be that when you &#8216;delete&#8217; the file, the data is gone. Not quite, when you delete a file, the operating system does not really remove the file from the disk; it only removes the reference of the file from the file system table. The file remains on the disk until another file is created over it, and even after that, it might be possible to recover data by studying the magnetic fields on the disk platter surface.</em></p>
<p><em>Before the file is overwritten, anyone can easily retrieve it with a disk maintenance or an undelete utility.</em></p>
<p><em>There are several problems in secure file removal, mostly caused by the use of write cache, construction of the hard disk and the use of data encoding. These problems have been taken into consideration when Eraser was designed, and because of this intuitive design and a simple user interface, you can safely and easily erase private data from your hard drive.</em></p></blockquote>
<ul>
<li><a href="http://eraser.heidi.ie/">Download it at http://eraser.heidi.ie/</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.brudvik.org/2009/01/eraser-secure-file-deletion/&amp;title=Eraser+-+Secure+file+deletion" rel="nofollow" class="external" title="Del innlegget på del.icio.us">Del innlegget på del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.brudvik.org/2009/01/eraser-secure-file-deletion/&amp;t=Eraser+-+Secure+file+deletion" rel="nofollow" class="external" title="Del innlegget på Facebook">Del innlegget på Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Eraser+-+Secure+file+deletion&amp;body=Link: http://www.brudvik.org/2009/01/eraser-secure-file-deletion/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Often%20when%20you%20work%2C%20you%20end%20up%20having%20documents%20that%20aren%27t%20meant%20to%20be%20read%20by%20others.%20And%20when%20you%20then%20are%20done%20with%20those%20documents%20and%20you%27ve%20secured%20your%20encrypted%20backup%2C%20then%20it%27s%20time%20to%20remove%20the%20actual%20document%20and%20with%20secure%20file%20deletion%20make%20sure%20that%20the%20data%20can%20not%20be%20read%20from%20t" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.brudvik.org/2009/01/eraser-secure-file-deletion/&amp;title=Eraser+-+Secure+file+deletion&amp;summary=Often%20when%20you%20work%2C%20you%20end%20up%20having%20documents%20that%20aren%27t%20meant%20to%20be%20read%20by%20others.%20And%20when%20you%20then%20are%20done%20with%20those%20documents%20and%20you%27ve%20secured%20your%20encrypted%20backup%2C%20then%20it%27s%20time%20to%20remove%20the%20actual%20document%20and%20with%20secure%20file%20deletion%20make%20sure%20that%20the%20data%20can%20not%20be%20read%20from%20t&amp;source=Brudvik.org" rel="nofollow" class="external" title="Del innlegget på LinkedIn">Del innlegget på LinkedIn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.brudvik.org/2009/01/eraser-secure-file-deletion/&amp;title=Eraser+-+Secure+file+deletion" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Eraser+-+Secure+file+deletion+-+http://b2l.me/xwn46&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.brudvik.org/2009/01/eraser-secure-file-deletion/&amp;n=Eraser+-+Secure+file+deletion&amp;pli=1" rel="nofollow" class="external" title="Blogg innlegget på Blogger">Blogg innlegget på Blogger</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Eraser+-+Secure+file+deletion&amp;link=http://www.brudvik.org/2009/01/eraser-secure-file-deletion/" rel="nofollow" class="external" title="Del innlegget på FriendFeed">Del innlegget på FriendFeed</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Eraser+-+Secure+file+deletion&quot;+-+from+http://b2l.me/xwn46" rel="nofollow" class="external" title="Legg inn dette innlegget på Identica">Legg inn dette innlegget på Identica</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://www.brudvik.org/2009/05/secure-online-passwords/' rel='bookmark' title='Permanent Link: Secure Online Passwords'>Secure Online Passwords</a> <small>Use your default password and generate secure passwords on the...</small></li>
<li><a href='http://www.brudvik.org/projects/development/ftp4che-examples/04-downloading-a-file/' rel='bookmark' title='Permanent Link: 04 &#8211; Downloading a file'>04 &#8211; Downloading a file</a> <small>Downloading a file using the FTP4CHE library is as easy...</small></li>
<li><a href='http://www.brudvik.org/2009/02/storage-galore/' rel='bookmark' title='Permanent Link: Storage-galore'>Storage-galore</a> <small>When the new 2TB disks was announced in the news...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.brudvik.org/2009/01/eraser-secure-file-deletion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
