That happens if Cookies are disabled.
Password Chart
31–40 of 47 posts
Re: Password Chart
#32My humble attempt (based on others work): http://python.ca/nas/tmp/pw.html
Edit: just to be clear, the page linked above needs to be hosted on a server you trust and served by something like SSL. Do not use it directly over HTTP and expect some security.
Re: Password Chart
#33SuperGenPass is a much better, simpler, and safer alternative, IMO. http://supergenpass.com
Re: Password Chart
#34Re: Password Chart
#35Another easier and more secure is to use a sha1 hash on every password you generate and just use that as your password.
If the purpose is to turn a short password into something more secure it is pointless. As tptacek is always saying; Sha1 is cheap. It is trivial to incorporate it into an attack :)
Your better off choosing a random long sentence as your password. Easier to remember and much more secure.
Re: Password Chart
#36Isn't that ironic? Trying to make something secure by actually making it totally insecure?
(Before someone jumps, even it's JS it doesn't mean safe against MITM as someone can inject JS before it loads and send all keystrokes to another server)
Re: Password Chart
#37Why the hell one opens a website to choose password and serve it over clear-text (HTTP)? Isn't that ironic? Trying to make something secure by actually making it totally insecure? (Before someone jumps, even it's JS it doesn't mean safe against MITM as someone can inject JS before it loads and send all keystrokes to another server)
Re: Password Chart
#38SuperGenPass is a much better, simpler, and safer alternative, IMO. http://supergenpass.com
It integrates well with Firefox & Safari, and will sync over wi-fi to an iPhone for an encrypted backup.
Re: Password Chart
#39SuperGenPass is a much better, simpler, and safer alternative, IMO. http://supergenpass.com
Re: Password Chart
#40Yeah, I don't think so somehow.