Secure passwords? Are you sure? I see some trivial custom "encryption", which is not hard to reverse (at least, provide 59 variants of master password).
Here's some quick code which reverses generated password to master password: https://gist.github.com/dchest/4953638 Currently works if master password consists of English letters.
1 comment
[ 4.8 ms ] story [ 14.3 ms ] threadHere's some quick code which reverses generated password to master password: https://gist.github.com/dchest/4953638 Currently works if master password consists of English letters.