TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Poll: How do you manage your passwords?

27 点作者 malanj大约 11 年前
I used to memorize a few passwords; mentally graded as &quot;very secure&quot; (for things like my Google Apps and my laptop&#x27;s disk encryption password), &quot;somewhat secure&quot; (for services like DropBox or HipChat) and then &quot;probably insecure&quot; (for services like Facebook or Skype). Recently I decided that the approach is simply too insecure and started using 1Password to create and manage strong, unique, passwords for every service that I used.<p>I&#x27;m really interested to find out what HN tends to do.

33 条评论

w1ntermute大约 11 年前
I&#x27;ve been using LastPass for years. Of course, there&#x27;s no way to be completely safe using a cloud-based service and closed-source code, but so far they&#x27;ve conducted themselves in a trustworthy manner, and the system they&#x27;ve built has safeguards against remote security failures.<p>Their cross-platform support is great as well. The only thing that&#x27;s missing is a solid way to retrieve passwords on Android. The LastPass &quot;keyboard&quot; is abysmal, and switching between their app and the one you want to enter the username&#x2F;password in can be painful. I&#x27;m not sure if there&#x27;s an easy way to solve this problem, though, given the sandboxed nature of mobile apps.
评论 #7701381 未加载
评论 #7701280 未加载
评论 #7701366 未加载
评论 #7701287 未加载
评论 #7701567 未加载
dredmorbius大约 11 年前
Randomly generated passwords, encrypted file. &quot;Open source password manager&quot; is the closest match, though it&#x27;s not a specific solution.<p>Sharing between full keyboard&#x2F;desktop systems isn&#x27;t so tough, but transferring 30 character passwords to mobile devices very nearly exactly sucks.<p>Answering a now-deleted comment: &quot;Using a tool would defeat the purpose of a password for me (a key hidden where we still can&#x27;t read - the brain).&quot;<p>The purpose of authentication isn&#x27;t to provide <i>absolute</i> proof against compromise. It&#x27;s to provide an asymmetrically difficult means for you vs. someone else to access systems. There are hacks against memorized passwords just as there are against encrypted safes of passwords. The question is: which makes you most secure?
p4bl0大约 11 年前
I have a gpg encrypted file with them in just in case, but mostly I know them from memory, or rather I&#x27;m able to find them back.<p>I have a few &quot;roots&quot; passwords which depends on the necessary level of security and the importance of the service. Them I know by heart. Then for each service I add a few characters (letters, numbers, punctuation signs) which depends on the service and feel natural as prefix and&#x2F;or suffix (sometimes it&#x27;s a bit more complex if it can be fun).<p>For instance lets say a root is &quot;icanh4zcheeZbugr&quot;, then maybe my reddit password will be &quot;reddicanh4zcheeZbugr,t&quot;.<p>It works pretty well in practice. More than one time I was sure to have forgotten a password and was actually able to rediscover it quickly.
Joeboy大约 11 年前
I GPG encrypt them and email them to myself using Thunderbird&#x2F;Enigmail. I don&#x27;t claim this makes any sense, I started doing it before password managers were popular. I keep meaning to start using `pass`.
评论 #7703159 未加载
评论 #7701271 未加载
dunham大约 11 年前
For my less secure passwords, I use a tabla recta:<p>I keep a grid of random base64 characters on a laminated card in my wallet. I use a secret algorithm to derive a site&#x27;s password from that grid. This gets me a unique password for each site, but I don&#x27;t have to remember it. The code for generating the table is in this gist:<p><pre><code> https:&#x2F;&#x2F;gist.github.com&#x2F;dunhamsteve&#x2F;3259075 </code></pre> (You might want to tweak the font - 1 and l are very hard to distinguish in Courier.)
spindritf大约 11 年前
Firefox&#x27;s password manager for web stuff, system keyring (whatever comes with Ubuntu) for passwords to GPG and SSH keys, and pass[1] for everything else.<p>[1] <a href="http://www.zx2c4.com/projects/password-store/" rel="nofollow">http:&#x2F;&#x2F;www.zx2c4.com&#x2F;projects&#x2F;password-store&#x2F;</a>
prohor大约 11 年前
I use password hasher &#x2F; generation extension for browser, which makes sort of HMAC of password with domain. Then I use few master passwords depending on sensitivity of a site. But at the end - each site has its unique very strong password.<p>Firefox: <a href="https://addons.mozilla.org/pl/firefox/addon/password-hasher/?src=ss" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;pl&#x2F;firefox&#x2F;addon&#x2F;password-hasher&#x2F;...</a><p>Chrome (same algorithm): <a href="https://chrome.google.com/webstore/detail/pawhash/adgekjfphhgngpdoklolpjenmgneobfg" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;pawhash&#x2F;adgekjfphh...</a>)
atoponce大约 11 年前
I have a unique password for every single one of my accounts (including computer logins and SSH keys). Each password is randomly generated, and meets sufficient entropy to withstand sophisticated attacks from even the most determined hardware, government entity, or organization.<p>I store all my passwords locally in an offline encrypted database. I absolutely will not store my passwords online. The moment AES is broken, is the moment some rogue LastPass employee steals your encrypted database, and attemps to crack it, using the current break(s), to get access to your accounts.
yaur大约 11 年前
I keep everything in keypass and write the ones that I need to bring with me on a piece of paper which I keep on my person[1]. People who are likely to steal your wallet are not likely to be interested in your passwords and people looking to mug you for your passwords are just about as likely to break into your house and steal or mess with your home computer IMO.<p>[1] see <a href="https://www.schneier.com/blog/archives/2005/06/write_down_your.html" rel="nofollow">https:&#x2F;&#x2F;www.schneier.com&#x2F;blog&#x2F;archives&#x2F;2005&#x2F;06&#x2F;write_down_yo...</a>
KingMob大约 11 年前
I&#x27;ve personally been enjoying Dashlane. It has quirks, weird behaviors, and occasional sync issues, but it&#x27;s been light-years ahead of LastPass for me. Don&#x27;t know about Keepass.
Munksgaard大约 11 年前
I use RndPhrase (<a href="https://github.com/brinchj/RndPhrase" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brinchj&#x2F;RndPhrase</a>). It&#x27;s a plugin to your browser that lets you enter your own password on each site, and replaces it with secure per-domain passwords. It also has a nice web interface at <a href="http://rndphrase.appspot.com/" rel="nofollow">http:&#x2F;&#x2F;rndphrase.appspot.com&#x2F;</a>, so you can use it even if you&#x27;re not on your own computer.
afitnerd大约 11 年前
I use (and created) the Passable Google Chrome extension: <a href="https://chrome.google.com/webstore/detail/passable/bpkpmidmfbiafdmlbgcnpjpkkafnijgc?hl=en" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;passable&#x2F;bpkpmidmf...</a><p>I also take advantage of any service that uses 2-factor auth and use HDE OTP on iOS
maniac大约 11 年前
I&#x27;m using Sticky Password - <a href="http://www.stickypassword.com/features/cloud" rel="nofollow">http:&#x2F;&#x2F;www.stickypassword.com&#x2F;features&#x2F;cloud</a><p>So, I can remember only one master password and for every new password I use password generator in SP. It is the best, &#x27;cause generator make very strong passwords.
alexeichemenda大约 11 年前
I have a base password that I use on every website.<p>Then for every website, I (for example) use the first letter of the domain name and the last letter, add it to the beginning of my password. Then I take the last letter of the domain name and add it to the end of my password.<p>This way I only have to remember my tiny algorithm + my base password.
评论 #7701581 未加载
评论 #7701370 未加载
thom大约 11 年前
We got burgled last year, my laptop with an unencrypted drive was stolen, and I thought it was a good opportunity to be more grown up about passwords, so moved to 1Password. When heartbleed happened, I will admit that I didn&#x27;t have the heart to change every last one of them (300+) again.
hugofirth大约 11 年前
I have to say - I have been unfailingly impressed by Lastpass. For $12 a year they provide a lot of value add, and seem (at least to someone who knows shamefully little about the nuts and bolts of security) to be fairly transparent about what using their service means for Users.
Rabidgremlin大约 11 年前
I use this trick to generate (in my head) a unique password for each site: <a href="http://blog.rabidgremlin.com/2009/12/28/tip-creating-easy-to-remember-passwords/" rel="nofollow">http:&#x2F;&#x2F;blog.rabidgremlin.com&#x2F;2009&#x2F;12&#x2F;28&#x2F;tip-creating-easy-to...</a>
评论 #7701552 未加载
评论 #7701334 未加载
andyhnj大约 11 年前
KeePass on my PC, KeePassX on my Mac, and iKeePass on my iPhone &amp; iPad, with a shared database on DropBox. I&#x27;m pretty happy with that setup, except for iKeePass, which is a little clunky. I&#x27;d really like to have a better KeePass client on iOS.
dannysu大约 11 年前
For very important accounts such as banks I use KeePass. For everything else I use a password generator I wrote called hash0: <a href="http://github.com/dannysu.com/hash0" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;dannysu.com&#x2F;hash0</a>
brianfryer大约 11 年前
I have previously used LastPass, 1Password, and RoboForms. Nowadays, I used Dashlane -- it&#x27;s far-and-away the best password manager I&#x27;ve ever used. Both their Android client and Chrome extension have great UX.
skyriser大约 11 年前
Shameless plug for my iOS app PasswordGrid, that create an easily printable grid for random passwords:<p><a href="https://itunes.apple.com/app/id359807331" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;app&#x2F;id359807331</a>
marceldegraaf大约 11 年前
1Password for OS&#x2F;X and iOS (iPhone and iPad). Backup passwords for GMail and Dropbox are printed and stored in a safe place in my home, in case two-factor authentication doesn&#x27;t work (e.g. iPhone stolen).
评论 #7701345 未加载
r_ms大约 11 年前
You need to remember only your Gmail password. The rest-- I simply maintain a single Google spreadsheet(well ordered) to store every password for services like Facebook, Twitter, Github, etc.
SpoonMeiser大约 11 年前
I have a gpg encrypted file on a server that I manage manually - made slightly easier by the gpg plugin for vim. Not found a password manager with a UI that I get on with yet.
SoleWar大约 11 年前
I don&#x27;t store them. I use the password recovery feature.
frigg大约 11 年前
I memorize my email passwords (just 2-3) and put the rest in KeePass with backups online. Worst case scenario I have to request a forgotten password via email.
benstein大约 11 年前
LastPass. Strikes me as just insane to use anything else.
评论 #7702271 未加载
awestroke大约 11 年前
KeePass2 on my computers and my androids, with a very secure passphrase and the database synced between devices via dropbox. It works great!
评论 #7701290 未加载
jsegura大约 11 年前
I&#x27;ve been using keepass for several years now, I&#x27;m very happy and I can use it on my mobile phone too.
jimmaswell大约 11 年前
What&#x27;s insecure about having a good password in memory?
评论 #7701348 未加载
cypherpunks01大约 11 年前
There should be an option for PwdHash!
eande大约 11 年前
using eWallet and after I got it down works very well for me.
a3voices大约 11 年前
I take the second letter of each service, repeat it a bunch of times, and then concatenate that with something else which is the same every time. So every password is different and also complex enough.