TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Where are you storing your passwords?

9 pointsby icolomaover 12 years ago
Linux passwords, database passwords, third-party system passwords, mail passwords... At some point they have to be written down somewhere, and the possibility of a plain text file leaking online gives me the creeps. Manual encryptation means that at some point (while editing) it exists unencrypted on disk, and a leak could happen (a backup copy of your text editor, for example).<p>I am not talking about browser plugins that can help only with web-based interfaces. The mix-up of interfaces means that at some point you have to write them down, securely. How are you guys doing it?

11 comments

adpdover 12 years ago
I use KeePass (<a href="http://keepass.info/" rel="nofollow">http://keepass.info/</a>) to manage all of my passwords.<p>From their website:<p>KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).<p>I'm always keen to manage my passwords in the best possible way, so I'll be following this discussion closely to see if I should be modifying my tools and practices.
评论 #5251710 未加载
speederover 12 years ago
In my head =D<p>At first I used one password for everything. Then two, but that was a accident (ie: I forgot to change one default auto-password but got so used to it that I started to use in other places).<p>Then the first one was cracked. I changed passwords in lots of places, and started to use 3 passwords total.<p>As this kept balooning, I decided to instead create rules for my passwords (rules that only make sense to me, of course, they are totally arbitrary and almost random).<p>The result is that I have now about 20 different passwords, but I can remember them all with enough effort. Sometimes there are a random site that I don't used in a while that I cannot login at first, but as I try several of the possible variations of my rules, eventually it work (erm... or not :P this had happened a couple times already, and I needed a password reset).<p>My associate use lastpass.
评论 #5251527 未加载
sp0rkover 12 years ago
I'm surprised LastPass hasn't been mentioned yet. I've had nothing but good experiences with the company and the product itself. It is primarily a browser plugin for storing web passwords and sensitive information but you can also use the secure notes feature to store passwords for other applications. There are several multi-factor authentication options available as well.
评论 #5251786 未加载
ScottWhighamover 12 years ago
This topic comes up all the time. You might want to do a search and sift through some of the other popular threads.
评论 #5256236 未加载
sdoeringover 12 years ago
Me, I am having them all stored in my mind. But I made it a little bit easier for me. I do have 3 standard-passwords, that I change twice to thrice a year. Each one of them is used on multiple accounts - but, everyone is appended by something specific for every usecase.<p>For example: d453ER#T p0NY_jondoe@MoogleGail could be a password for one GMail-Account with the alias jondoe, while for Facebook, the passwd might be d453ER#T p0NY_jondoe@Fratzenbuch (Fratzenbuch is German denigration for facebook) for the FB-Account with the GMail-Adress from above.<p>I hope this did help you...
alok-gover 12 years ago
I store the first and last characters of my passwords in plain text on my local machine<i></i>. It's enough to remind me what my password is, while still remaining unknown for anyone else.<p><i></i> Well, actually my browser homepage is a simple HTML file carrying all my bookmarks, residing locally on my machine. This is much better than having a largely blank Google home page and having bookmarks additional clicks away. This HTML file has website links together with the first/last password letters next to them.
lordkinboatover 12 years ago
I use Keychain on Mac OS X to store passwords automatically and I make password protected notes for sites or apps where passwords are not recommended correctly.<p>I make general rules for passwords and follow those. I also use poor, easy memorisable passwords for various sites that I don't deem important but require a login and password.
skoschover 12 years ago
I have a random 8-letter password memorized (includes uppercase and numbers), but I prepend the first 2 characters of the md5-hash of the service's/website's name. That way I just have to quickly open a terminal whenever I forget a password.<p>I recently learned about YPassword and I think it's a similar idea.
ishbitsover 12 years ago
LastPass with a premium subscription so I can use the mobile app.<p>I chose LastPass as I use Linux, Mac and iOS daily. I used to use KeepPassX, but eventually found that LastPass fit my usage patterns better.
e1venover 12 years ago
1Password on OSX is one of the only blockers from using Linux as my primary desktop right now- I've tried LastPass, KeepPass, and others, but haven't found anything that works as well ;(
评论 #5253474 未加载
评论 #5258852 未加载
eduardordmover 12 years ago
After reading Moonwalking with Einstein I started to exercise my memory skills and now I just use my brain.