HashMask: A Secure Experiment in Password Masking

Posted on July 26, 2009, Filled under JavaScript,  Bookmark it

HashMask is a JQuery Plugin that produces an unique and a irreversible visualization of a user’s password. The attempt of this application is to find a more secure middle ground between clear and masked passwords. Based on the generated image, users would be able to confirm that they have entered the password correctly, since they are becoming familiar with the image they see every time they type the password.

hash-mask

Technically speaking, it uses a subset of the sha1 hash of the password as the seed for the sparkline’s shape and color. It should be relatively safe from reverse engineering as a result. There is the potential to estimate a possible range of characters of the first section of the hash, but overall this should be a extremely low risk.

Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!

Get our RSS Feed!

Leave a Reply


* = required fields

  (will not be published)


XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Note: If you want to post CODE Snippets, please make them postable first!
(e.g. <br /> should be converted to &lt;br /&gt;)