I use a simple 'cipher' that makes new passwords easy to remember and remains relatively secure without the need of a book/service. I have a file of the first word that comes to mind for every letter in the alphabet. Then my password is created based on some features of the site. I.e. eBay has 4 letters so I could choose: 'Elephant_4_Yankee' The delimiter is up to you and you could just as easily choose every second…
Ask HN: Does anyone use an alternative to a password manager?
31–40 of 250 posts
Re: Ask HN: Does anyone use an alternative to a password manager?
#32I am at the moment also trying out password managers and searching for the best one. Lastpass so far has the best features, great password generation. But on Android it lacks a good and decent integration in finding and selecting the correct password for an app. Seriously bad. 1Password is better in this regard, but you can not swipe the 1password "click here to fill out with 1password" away. So also definetly a deal…
Re: Ask HN: Does anyone use an alternative to a password manager?
#33You're talking about mitigating the risk of break-in by using an alternative to a password manager. I'd rather propse to use a self-hosted password manager on a VPS or in a cloud service. As long as that password manager is hosted securely, VPS for example, and uses your login password to help decrypt the stored passwords. Perhaps some HMAC required too. Anyone know if this exists in the open source world?
Re: Ask HN: Does anyone use an alternative to a password manager?
#34Re: Ask HN: Does anyone use an alternative to a password manager?
#35You can find a web version here: https://milliways.cryptomilk.org/passhash.html You can save the page locally (it's only a piece of javascript), or extract the functionality to build your own command line tool with nodejs from it, like I did.
(not my code, and I shamelessly grabbed the pieces from the js code for my own fork of it)
This way I have a new password for every use case but only need to remember one master password, which should be pretty hard to reverse engineer. I hope.
Re: Ask HN: Does anyone use an alternative to a password manager?
#36Has actually worked really well for me, though the annoying part comes when you need to login to something on your phone and the cypher program is on your desktop PC.
Though this likely wouldn't be an issue if I had an android phone and could easily make a small application for it.
Re: Ask HN: Does anyone use an alternative to a password manager?
#37It has problems on sites that have shitty password rules. But for those sites, i just mash the keyboard then rely on the forgotten password link.
Re: Ask HN: Does anyone use an alternative to a password manager?
#38Note: as TC has been discontinued, using VeraCrypt would be a good idea.