<?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 &#187; secure passwords</title>
	<atom:link href="http://www.ghacks.net/tag/secure-passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure Password Generator</title>
		<link>http://www.ghacks.net/2006/07/14/secure-password-generator/</link>
		<comments>http://www.ghacks.net/2006/07/14/secure-password-generator/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 08:12:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[password generator]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[secure passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/07/14/secure-password-generator/</guid>
		<description><![CDATA[Most people use easy to remember passwords that are as easy to brute force. The name of your wife, your birthday, a combination of personal data or simple words like password or god. This might be convinient and nice as long as no one tries to break into your account. When this is happening you will quickly realize that insecure passwords are a big security thread.]]></description>
			<content:encoded><![CDATA[<p>Most people use easy to remember passwords that are as easy to brute force. The name of your wife, your birthday, a combination of personal data or simple words like password or god. This might be convenient and nice as long as no one tries to break into your account. When this is happening you will quickly realize that insecure passwords are a big security thread.</p>
<p><a target="_blank" href="http://sourceforge.net/projects/pwgen/">Password Generator</a> (<a target="_blank" href="http://sourceforge.net/projects/pwgen-win/">click here for a windows version</a>) makes sure that the password that is generated will be hard to brute force and impossible to guess because it is not related to your personal life in any way. The entire process takes place in three steps. The first step involves choosing a password size ranging from 32bit to 2048bit which influences the password length. The author suggests using 40-72 bits for normal security and 90-128 bits for high security.</p>
<p><span id="more-629"></span>72 bits for instance means a password with 12 chars, 1024 bits would mean a password with unbelievable 171 chars. After choosing the password size you have to type some random keys (longer for greater sizes) which are used to compute a password. The last step displays the password. The default encoding is base64, you can also opt for hexadecimal or pass phrases which influence the length of the password.</p>
<p>You might have a problem remembering the password and I suggest you use a program that saves the password safely. I wrote a little article about a <a target="_blank" href="http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/">secure password manager pins</a> which you might want to try.</p>

	Tags: <a href="http://www.ghacks.net/tag/password-generator/" title="password generator" rel="tag">password generator</a>, <a href="http://www.ghacks.net/tag/passwords/" title="passwords" rel="tag">passwords</a>, <a href="http://www.ghacks.net/tag/secure-passwords/" title="secure passwords" rel="tag">secure passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/29/one-password-management-software-to-rule-them-all/" title="One Password Management Software To Rule Them All (September 29, 2008)">One Password Management Software To Rule Them All</a> (15)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2006/05/27/ultra-high-security-password-generator/" title="Ultra High Security Password Generator (May 27, 2006)">Ultra High Security Password Generator</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/" title="Secure Passwords Manager PINs (April 26, 2006)">Secure Passwords Manager PINs</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/scan-computer-for-password-protected-files/" title="Scan Computer for password protected files (March 13, 2008)">Scan Computer for password protected files</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/07/14/secure-password-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Passwords Manager PINs</title>
		<link>http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/</link>
		<comments>http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/#comments</comments>
		<pubDate>Wed, 26 Apr 2006 09:12:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[password manager]]></category>
		<category><![CDATA[pins]]></category>
		<category><![CDATA[secure passwords]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/</guid>
		<description><![CDATA[Users have many passwords that they have to remember, not only for website logins but also for credit cards, bank cards and the like. Many of them force you to use a different password because they have certain restrictions how the password has to look like. (for example 6 digits, a minimum of 8 chars aso.) That means, the trick to have only one password for everything is not working that well, besides being really insecure.]]></description>
			<content:encoded><![CDATA[<p>Users have many passwords that they have to remember, not only for website logins but also for credit cards, bank cards and the like. Many of them force you to use a different password because they have certain restrictions how the password has to look like. (for example 6 digits, a minimum of 8 chars aso.) That means, the trick to have only one password for everything is not working that well, besides being really insecure.</p>
<p>The <a href="http://www.mirekw.com/winfreeware/pins.html" target="_blank">secure passwords manager PINs</a> stores all your passwords and other vital information like account data using a 448 bit Blowfish algorithm. PINs can be run directly from any device including USB or Floppy making it a great tool for everyone who is not accessing a computer exclusively from home. It supports multiple accounts, safe file wiping, supports an unlimited number of text and data and is open source.</p>
<p><span id="more-443"></span></p>
<p>[tags]freeware, password, open source, tool, windows, blowfish, encrypt, secure[/tags]</p>

	Tags: <a href="http://www.ghacks.net/tag/password-manager/" title="password manager" rel="tag">password manager</a>, <a href="http://www.ghacks.net/tag/pins/" title="pins" rel="tag">pins</a>, <a href="http://www.ghacks.net/tag/secure-passwords/" title="secure passwords" rel="tag">secure passwords</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/07/14/secure-password-generator/" title="Secure Password Generator (July 14, 2006)">Secure Password Generator</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/09/06/password-software/" title="Password Software (September 6, 2008)">Password Software</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/09/29/one-password-management-software-to-rule-them-all/" title="One Password Management Software To Rule Them All (September 29, 2008)">One Password Management Software To Rule Them All</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/01/21/lastpass-now-compatible-with-all-browsers/" title="LastPass Now Compatible With All Browsers (January 21, 2009)">LastPass Now Compatible With All Browsers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/01/lastpass-for-google-chrome-arrives/" title="LastPass For Google Chrome Arrives (October 1, 2009)">LastPass For Google Chrome Arrives</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/04/26/secure-passwords-manager-pins/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
