Hacker News new | ask | show | jobs
by murbard2 4350 days ago
I made this FWIW http://jsfiddle.net/nXth5/

It gets the domain of the website you need a password for, he login you want to use, a pin that can be website dependent. It outputs a deterministic password that's 12 character long and contains at least one uppercase, one lowercase, one number, and one symbol (since some websites require you to have that)

(And no, there are no benefits in using a KDF if you think for a second about the constraints and the threat model)