Secret Phrase:
Account Nickname:
Generated Password:
Generate
clear password in minutes

show text of:

clear after generate:
secret nickname
info

PassableDesktop

Developed by Micah Silverman
Copyright 2011
http://afitnerd.com

Javascript Sha1 implementation
by Paul Johnston, et al.
http://pajhome.org.uk/crypt/md5

Original idea by Brad Tilley
16 Systems
http://16s.us/sha1_pass/

Memorizing lots of passwords sucks.
Writing down passwords sucks.
Using the same password sucks.
Server side password solutions suck.
Two factor authentication is expensive.
And, therefore, sucks.

How it works:

With Passable, you remember a long secret phrase that only you know. Something like:

The rain in spain falls mainly on the plain
(But make up your own)

Whenever you need a password, you use an account nickname. For instance, for a gmail account, the identifier might be:

gmail bob
(But make up your own)

Passable generates a very strong password which is copied to the clipboard. You don’t even need to look at the generated password (although you can). You just paste it in where you need it.

Every site you use gets a different password without you having to remember different passwords for every site.

Check out http://16s.us/sha1_pass/ for a more technical explanation.