Shopping Cart | Check Out
search
top

Chroma-Hash: Non-Reversable Live Visualization of Password Field Input

chroma_hash.jpg
Chroma-Hash [mattt.github.com] is a <a rel="nofollow" target="_blank" href="http://jquery.com/”>jquery plugin that dynamically visualizes secure text-field values using ambient color bars.

Password entry can be frustrating, especially with long or difficult passwords. On a webpage, secure fields obscure user input with •’s, so others are not able to read it. Unfortunately, neither can the user, who cannot tell if she got her password right until she clicks “Log In”. Chroma-Hash displays a series of small colored bars at the end of field inputs so you can instantly see if your password is right.

Chroma-Hash takes an MD5 hash of the input and uses that to compute the colors in the visualization. The MD5 hash is non-reversible, so in principle no-one could know the password from just reading the colors. The same password will display the same sequence each time. So, for instance, one can learn to expect “blue, red, pink”; when other colors appear, the password has been repeated wrongly.

More information here and a Python version is available here.



Go to Source

Want to learn more about Usability & User Experience?
Check out my upcoming book, Modern Ui, Social Usability for Web2.0 and Beyond! ($33.99 $39.99) It's not just for Developers, it aims to build a path toward excellent usability and profits from the board room all the way to the development team.

Post to Twitter  Post to Delicious  Post to Digg  Post to Facebook  Post to MySpace  Post to Reddit  Post to StumbleUpon

Leave a Reply

top