Chroma-Hash - secure visualization of password
Chroma-Hash is a jQuery plugin that dynamically visualizes secure text-field values using ambient color bars.
We have problem when input password on standard password field. A standard password field will replace each typed characters with “?” characters. The problem is we never know our filling password match or not until we submit form and a reply is received from the server.
How it works
Chroma-Hash will automatically converts the values entered into a colored visualization, so we can easily recognize that if the colors are the usual equivalents of the password or not.
Demo: http://mattt.github.com/Chroma-Hash/
License : MIT License