waldyrious / hash-my-pass

A bookmarklet to generate unique passwords per website, based on a single master password.
http://waldyrious.github.io/hash-my-pass/bookmarklet.min.html
Other
17 stars 4 forks source link

Create hashed password "alert" the same way as the password prompt #4

Open waldyrious opened 12 years ago

waldyrious commented 12 years ago

That is: instead of using a regular javascript prompt dialog, display the password using a div overlay, with same CSS style as the initial password prompt currently produced by the javascript code.

Also, it could probably be initially masked, with a button to unmask. But then again, the random passwords generated by the hash are quite hard to memorize, so this shouldn't be a big deal to expose them briefly (besides, they only appear displayed to the user if no password input box is found on the page, which shouldn't be a common case)

sergiolaranjeira commented 12 years ago

Between Today and tomorrow I will help you on all of these tasks. No problem.

waldyrious commented 12 years ago

Nice :) I've already talked to Abel and thursday we should meet to finish up some stuff.

waldyrious commented 11 years ago

It might be interesting to use the <dialog> element once it's implemented in browsers :)