<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<link rel="stylesheet" type="text/css" href="/files/css/default.css" title="Default"/>
	<link rel="alternate stylesheet" type="text/css" href="/files/css/dark.css" title="Dark"/>
	<link rel="alternate stylesheet" type="text/css" href="/files/css/default_fixed.css" title="Default (Fixed Menu)"/>
	<link rel="alternate stylesheet" type="text/css" href="/files/css/dark_fixed.css" title="Dark (Fixed Menu)"/>
	<meta name="author" content="Denny D. Daugherty"/>
	<script type="text/javascript" src="/files/javascript/style.js"></script>
	<script type="text/javascript" src="/files/javascript/styleswitcher.js"></script>
        <meta name="google-site-verification" content="-ZoRN1iM2CfuduqvRcdPjiWLdzWyY5a6LuoJclOQos4" />
<title>Denny Daugherty - Writings - So many passwords!</title>

<meta name="keywords" content="weblog denny daugherty blog writing comment review rant news christianity music percussion "/>
<meta name="description" content="Well, I just finished updating all my passwords. It's something I like to do every so often for a few reasons, and I thought I'd take this opportunity to share with whomever might happen upon my site about a nice..."/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.denny.daugherty.name/blog/index.rdf" />

<link rel="start" href="http://www.denny.daugherty.name/blog/" title="Home" />
<link rel="prev" href="http://www.denny.daugherty.name/blog/archives/2004/05/28.html" title="Back in the &#39;ol band room" />

<link rel="next" href="http://www.denny.daugherty.name/blog/archives/2004/06/30.html" title="Transformaci&oacute;n 2004" />


<script type="text/javascript" language="javascript">
<!--

function OpenTrackback (c) {
    window.open(c,
                    'trackback',
                    'width=480,height=480,scrollbars=yes,status=yes');
}

var HOST = 'www.denny.daugherty.name';

// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function setCookie (name, value, expires, path, domain, secure) {
    var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
    document.cookie = curCookie;
}

function getCookie (name) {
    var prefix = name + '=';
    var c = document.cookie;
    var nullstring = '';
    var cookieStartIndex = c.indexOf(prefix);
    if (cookieStartIndex == -1)
        return nullstring;
    var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
    if (cookieEndIndex == -1)
        cookieEndIndex = c.length;
    return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}

function deleteCookie (name, path, domain) {
    if (getCookie(name))
        document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function fixDate (date) {
    var base = new Date(0);
    var skew = base.getTime();
    if (skew > 0)
        date.setTime(date.getTime() - skew);
}

function rememberMe (f) {
    var now = new Date();
    fixDate(now);
    now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
    setCookie('mtcmtauth', f.author.value, now, '', HOST, '');
    setCookie('mtcmtmail', f.email.value, now, '', HOST, '');
    setCookie('mtcmthome', f.url.value, now, '', HOST, '');
}

function forgetMe (f) {
    deleteCookie('mtcmtmail', '', HOST);
    deleteCookie('mtcmthome', '', HOST);
    deleteCookie('mtcmtauth', '', HOST);
    f.email.value = '';
    f.author.value = '';
    f.url.value = '';
}

//-->
</script>

<!--
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
         xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description
    rdf:about="http://www.denny.daugherty.name/blog/archives/2004/06/29.html"
    trackback:ping="http://www.denny.daugherty.name/cgi-bin/mt/mt-tb.cgi/23"
    dc:title="So many passwords!"
    dc:identifier="http://www.denny.daugherty.name/blog/archives/2004/06/29.html"
    dc:subject="Tech Tips"
    dc:description="Well, I just finished updating all my passwords. It&apos;s something I like to do every so often for a few reasons, and I thought I&apos;d take this opportunity to share with whomever might happen upon my site about a nice..."
    dc:creator="Denny D. Daugherty"
    dc:date="2004-06-16T13:33:51-05:00" />
</rdf:RDF>
-->


<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="http://www.denny.daugherty.name/blog/archives/2004/06/29.html">
<dc:title>So many passwords!</dc:title>
<dc:description>Well, I just finished updating all my passwords. It&apos;s something I like to do every so often for a few reasons, and I thought I&apos;d take this opportunity to share with whomever might happen upon my site about a nice...</dc:description>
<dc:creator>Denny D. Daugherty</dc:creator>
<dc:date>2004-06-16T13:33:51-05:00</dc:date>
<license rdf:resource="http://creativecommons.org/licenses/by-nd/1.0/" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-nd/1.0/">
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
</License>
</rdf:RDF>
-->



</head><body>
<div id="header">
<div id="headermain">
	Denny D. Daugherty's Personal Web Site
</div>
<div id="menu">
	<a class="menu" href="/index.html">Home</a> - 
	<a class="menu" href="/news/">News</a> - 
	<a class="menu" href="/blog/">Blog</a> - 
	<a class="menu" href="/contact.html">Contact</a> - 
	<a class="menu" href="/interests/">Interests</a> - 
	<a class="menu" href="/gallery/">Gallery</a> - 
	<a class="menu" href="/about/">About</a> - 
	<a class="menu" href="/links/">Links</a> - 
	<a class="menu" href="/guestbook/">Guestbook</a>
</div>
&nbsp;
</div>
<div id="content">


<h1>Writings</h1>

<div id="menu"><a href="http://www.denny.daugherty.name/blog/archives/2004/05/28.html">&laquo; Back in the 'ol band room</a> |

<a href="http://www.denny.daugherty.name/blog/">Main</a>
| <a href="http://www.denny.daugherty.name/blog/archives/2004/06/30.html">Transformación 2004 &raquo;</a>

</div>


<h2>June 16, 2004</h2>

<div class="blogentry">

<h3>So many passwords!</h3>

<p>Well, I just finished updating all my passwords.  It's something I like to do every so often for a few reasons, and I thought I'd take this opportunity to share with whomever might happen upon my site about a nice tool that I use to help manage the passwords that I need to use on web sites across the internet.  Today we use passwords for all sorts of things, from the ATM to online banking, and to access our e-mail.  They are keys that unlock our online lives, giving access to all kinds of personal information and more.  It is important to take care in choosing passwords, and just as importantly to remember them.  Remembering passwords can be quite difficult.  In a world where mischevious types will try to guess people's passwords, we are encouraged to use complicated passwords and even different passwords for different sites.  If you forget the password, you have a problem.  Well, I have found a solution that I've used for a long time.  It's a simple and free program which stores all your passwords for you, called <a href="http://www.romanlab.com/apw/">Any Password</a></p>

<a name="more"></a>
<p>Any Password allows you to store any number of passwords and organize them in a tree-like folder structure.  It also allows you to store the URL and comments for each password.  All passwords are stored in a file which is itself password protected.  Whenever I signup for a new online account, I add a new password to this program in the appropriate category I've created.  I then use the included function to generate a password.  You can create passwords with any number of characters including any of alphanumeric characters and/or special characters such as *,%#@.  I like to make my passwords as complex as possible and use a different one for every site.  I don't need to remember it, so long as I can access my list of passwords stored in Any Password.  You of course don't need to use a different password for each site, but sometimes you might use a different password and this will help you remember which password you used where.  Also, there are some times where you have to user different login names for different sites (for example if the one you want is taken); this will help you remember also what your login name or ID is.  When I return to a web site and need to login, all I need to do is restore the Any Password window, find the appropriate password, click the "copy" button, and paste the password into the login form.</p>

<p>There are some nice benefits to using such a program.  One of these as I've mentioned is to help you remember which passwords you used for which site.  Another benefit is that this helps you to track all the web sites where you've created an account and submitted some type of personal information such as an e-mail address.  I have entries in my password file for sites that don't exist any more or for sites I'm not active in anymore, but I move them to a folder I've named "Attic."</p>

<p>In addition to choosing passwords that cannot be easily guessed, it is also important to change your passwords regularly.  This will help keep your online accounts more secure should one of your passwords be somehow compromised.  It's a good security measure at any rate and doesn't take so long.  Any Password helps you remember all the sites where you have logins, and if you want you can add a comment letting you know when you've last changed a password.  If you notice when visiting a web site that the comment you've made was a long time ago, you can take a few moments to make a new password.</p>

<p>I recommend this product; it's small and very easy to use.  It serves its purpose well and can be hidden in the system tray when you're not using it.  For me, it's invaluable as I have a lot of passwords to keep track of.  Also, the program is small enough that you can put it, along with your passwords, on a floppy disk or flash media.</p>

<p><a href="http://www.romanlab.com/apw/">http://www.romanlab.com/apw/</a></p>

<span class="small">Posted by Denny D. Daugherty at June 16, 2004 01:33 PM
| <a href="http://www.denny.daugherty.name/cgi-bin/mt/mt-tb.cgi?__mode=view&amp;entry_id=29" onclick="OpenTrackback(this.href); return false">TrackBack</a>
</span>

</div>

<p>See related entries in the following categories:
<a href="http://www.denny.daugherty.name/blog/archives/internet.html">Internet</a>, <a href="http://www.denny.daugherty.name/blog/archives/tech_tips.html">Tech Tips</a>, <a href="http://www.denny.daugherty.name/blog/archives/technology.html">Technology</a></p>



<H2>Comments</h2>




<h3>Post a comment</h3>

<form method="post" action="http://www.denny.daugherty.name/cgi-bin/mt/mt-comments.cgi" name="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="29" />

<div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
	<label for="author">Name:</label><br />
	<input tabindex="1" id="author" name="author" /><br />

	<label for="email">Email Address:</label><br />
	<input tabindex="2" id="email" name="email" /><br />

	<label for="url">URL:</label><br />
	<input tabindex="3" id="url" name="url" /><br />
</div>

Remember personal info?<br />
<input type="radio" id="bakecookie" name="bakecookie" /><label for="bakecookie">Yes</label><input type="radio" id="forget" name="bakecookie" onclick="forgetMe(this.form)" value="Forget Info" style="margin-left: 15px;" /><label for="forget">No</label><br style="clear: both;" />

<label for="text">Comments:</label><br />
<textarea tabindex="4" id="text" name="text" rows="10" cols="50"></textarea><br />

<input type="submit" name="preview" value="&nbsp;Preview&nbsp;" />
<input style="font-weight: bold;" type="submit" name="post" value="&nbsp;Post&nbsp;" /><br />

</form>

<script type="text/javascript" language="javascript">
<!--
document.comments_form.email.value = getCookie("mtcmtmail");
document.comments_form.author.value = getCookie("mtcmtauth");
document.comments_form.url.value = getCookie("mtcmthome");
if (getCookie("mtcmtauth")) {
    document.comments_form.bakecookie[0].checked = true;
} else {
    document.comments_form.bakecookie[1].checked = true;
}
//-->
</script>



</div>
<hr/>
<address>Copyright &copy; 2003-2004 Denny D. Daugherty
<br/>All Rights Reserved
<br/><a href="http://www.denny.daugherty.name">http://www.denny.daugherty.name</a>
<br/><img src="/files/graphics/signature.gif" alt="My Signature"/>
</address>

<div id="foot">
<a href="/credits.html">Site Credits</a> | <a href="/sitemap.html">Site map</a>

<script type="text/javascript"><!--
document.write('<br/>Choose Style:  <a href="javascript:changeColors(\'default\');">Default</a> // ');
document.write('<a href="javascript:changeColors(\'dark\');">Dark</a>');

document.write('<br/>Choose Layout:  <a href="javascript:changeLayout(\'default\');">Default</a> // <a href="javascript:changeLayout(\'fixed\');">Fixed Menu</a>');
// -->
</script>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15632333-2");
pageTracker._trackPageview();
} catch(err) {}</script>
</body></html>

