Is there a password manager that I can use on multiple computers, to remember all the passwords I use on the sites I visit?

link|improve this question
I suggest you specify what operating system(s) you use. Windows, OS X, Linux? – Chris W. Rea Aug 18 '09 at 23:22
1  
dupe? superuser.com/questions/255/… – fretje Aug 18 '09 at 23:24
@fretje: SU-Q255 didn't specifically ask about multiple computers. So, I would say this is a more specialized version of the question and not strictly a dupe. But, there's value in combining some of those answers with a sync tool or service. – Chris W. Rea Aug 18 '09 at 23:28
And the most upvoted answer for KeePass on SU-Q255 specifically mentions cross-platform as one of the reasons the person answering (me! :)) uses it. – jtimberman Aug 19 '09 at 7:25
feedback

16 Answers

If you are already using a password manager, you could combine that with a cloud service like dropbox, or mesh. Just make sure that you can save the profile of your password manager inside a folder that is synced by the cloud service and all your other connected computers will get the updates!

link|improve this answer
1  
+1 for suggesting a local password manager (most secure) in conjunction with cloud storage. Additional tip: Don't store your master password in the cloud :-) – Chris W. Rea Aug 18 '09 at 23:24
4  
I use the password file on Dropbox, but require a key file that is not on dropbox. Since the key file doesn't change, I don't have to worry about it being out of sync. But since the password file needs the keyfile to be opened, I'm covered if Dropbox gets hacked. – CoverosGene Aug 18 '09 at 23:41
I'm using Keepass. – CoverosGene Aug 18 '09 at 23:41
KeePass + mesh works fine for me as well ;) – Torbjørn Sep 4 '09 at 4:17
feedback

Lastpass is another good alternative.

link|improve this answer
...and the Lite version is free – Joe Schmoe Sep 1 '09 at 10:07
feedback

I have a very simple way of dealing with passwords:

I don't like password managers, but I like crypto, so I take advantage of one-way hashes (md5, sha1, etc) and generate passwords using them.

How it works?

First, I choose a good long password that I will use everywhere. For example qwerty (don’t use that, just an example). Now for every site, your password will be the md5 (or sha1) of qwerty + site name. For example:

$ echo “qwerty http://www.facebook.com” | md5
9d7d9b30592fd43dd6629ef5c12c6e9a

$ echo “qwerty http://www.twitter.com” | md5
cdf0e74e19836efb20f29120884b988d

That way my password for facebook is 9d7d9b30592fd43dd6629ef5c12c6e9a and for twitter is: cdf0e74e19836efb20f29120884b988d

Both long and secure. If someone steals my twitter password he has no way to reverse back to figure out the other passwords. Plus, doing that you don’t need any password software stored (just the md5/sha1 binaries which come by default on Linux and are easy to find on Windows).

link|improve this answer
Sounds pretty cumbersome - do you literally have to open up a shell and type that command to log in to any site? – Steve Bennett Oct 7 '11 at 6:05
feedback

Something like Keepass on a USB drive that you always have available might be a workable solution as well.

link|improve this answer
feedback

I use Password Safe, and manually sync the data file between the computers I use regularly (a handful -- it's manageable.)

link|improve this answer
feedback

Keepass Portable installed inside a Dropbox* folder works really well. If you often use public computers, you can use Dropbox Portable to sync the passwords to your thumb drive.

There is also Passwordmaker, but it only works for new passwords. If you don't want to bother to change all your old passwords, it good for you current accounts.

*Warning: refferal link

link|improve this answer
feedback

I recommend KeePass: Keepass.info

The latest version has built in sync option so you can setup a local ftp server or a network share and use keepass. Network share might be simpler as keepass implements its on file locking mechanism so it will tell you if someone else is using the password database. It also has many ports so you can even put it on ur mobiled phone, home computer (ftp sync), etc..

link|improve this answer
KeePass is available in binary form for most operating systems and some PDAs. – Chris Nava Aug 19 '09 at 3:48
feedback

Something like this? I do not personaly support doing this, but this is what you are looking for.

I have not used these, but I recommend finding reviews and user experience stories as this could be a potential major security hazard.

link|improve this answer
Passpack is a life saver! – Michael La Voie Aug 18 '09 at 23:35
feedback

If you are talking about passwords for websites, etc. then I recommend using the Firefox extension XMarks. All you have to do is install it on every computer and it will synchronize passwords as well as bookmarks.

link|improve this answer
XMarks has plugins for IE, Friefox and Safari – nickf Aug 18 '09 at 23:36
Was a great option in '09 but XMarks is closing down at the end of '10. – Cory House Oct 5 '10 at 13:57
feedback

Take a look at http://passwordmaker.org/

The cool thing about this is that you don't need to synchronize passwords between multiple computers because given a master password and the name of a website it will generate a password for that site that will be the same every time from any computer.

There's a plugin for firefox, and various other tools to generate the passwords.

link|improve this answer
feedback

Try this: Xmarks: The Easiest Way To Synchronize Bookmarks (Or Favorites). It also synchronizes your passwords.

link|improve this answer
feedback

Roboform has an online capability, not only can you sync but my understanding is that you can access the stuff on their site without having the client installed (say, someone else's computer.)

They also have a U3 version of the program--put it on a U3 key and you can use it on any computer.

link|improve this answer
feedback

Seconding Clipperz. This is an excellent site that allows you to download a local copy of your passwords that can be opened by any javascript-capable browser, giving you offline access. It also allows you to setup one-time-only passphrases to minimize exposure to keyloggers, etc.

link|improve this answer
feedback

Firefox with Firefox Sync (also known as Weave) is good for that. Remote storage is encrypted; the encryption password is separate from your Weave credentials.

link|improve this answer
feedback

There are a couple of great devices for password management (http://mylok.ii2p.com/ and Roboform) . I'm constantly traveling and I've found them more useful when I'm hopping from computer to computer.

link|improve this answer
feedback

I recommend JPass. It is java-based simple application, so i can use that on Linux at home and Windows at work (and it is freeware for private and commercial use). Very handy app.

JPass is a simple, small, portable, free and cross-platform password manager application with strong encryption. It allows you to store user names, passwords, URLs and generic notes in an encrypted file protected by one master password.

link|improve this answer
feedback

protected by random Jul 28 '11 at 16:40

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.