Nerdy Security Discussion

Sep 30, 2008 10:52

Ok, I've been having a debate in my head for about a week now, and so I figured I'd open it up for discussion:

Right now, I have three classifications of passwords:
  • "Secure" - A memorable, yet obscure base (would look random to most people) with host-specific unique data inserted within (via a mental hash function)
  • "Screen-door lock" - a simple mixed ( Read more... )

tech, nerd, passwords, security, geek

Leave a comment

Comments 6

wxs September 30 2008, 17:04:18 UTC
I use an approach very similar to what you currently use. I'm not willing to go with the alternative approach you mention for exactly the reasons you mention (a single point of failure).

Reply


jluke September 30 2008, 17:10:47 UTC
If the only upside of a keychain is convenience, would you consider using it to store only the low-stakes passwords? Is this an all-or-nothing proposition?

Reply


jon September 30 2008, 17:44:22 UTC
For web sites, I started using hash-based passwords a couple of years ago. The Password Composer Greasemonkey script does a nice job, and there are similar browsers extensions and standalone tools.

The major downside is that you basically never "know" your password because they're unique for each site and not easy to memorize. It's especially annoying when you need to enter passwords on something like an iPhone.

I'm considering moving to more of a "key vault" solution, but I still need to think that through.

I think I still remember your "Who Cares" password, by the way. =)

Reply


gib September 30 2008, 22:19:20 UTC
I've used password safe from time to time, and usually share the vault across systems where I need access to it (home, work). I use the same system to sync SSH keys, login scripts, etc.

On a related note, SSH Key Chain is a decent OSX SSH agent.

Reply

bds October 1 2008, 04:40:25 UTC
Work encourages KeePass and people carry it on a USB stick. But I still secure my passwords with NotePad.exe and brass knuckles.

Reply


keypass anonymous October 1 2008, 04:29:57 UTC
i use keepass for almost all of my poker sites:

http://keepass.info/

i dont even know what my passwords are for most of the sites.

Reply


Leave a comment

Up