HalfMask - an Experiment in Password Masking
lab.arc90.com
HalfMask - an Experiment in Password Masking
1–10 of 36 posts
Re: HalfMask - an Experiment in Password Masking
#2Re: HalfMask - an Experiment in Password Masking
#3the whole point of masking is so that you don't give away your password when you are using a projector(giving presentations etc)...this is no different than not masking the thing at all
I guess I'd prefer to see something like how the iPhone handles it, where each char is shown for split second before being masked. It lets you see that you haven't typo'ed, and yet ensures that your whole password is never sitting on the screen.
Re: HalfMask - an Experiment in Password Masking
#4Re: HalfMask - an Experiment in Password Masking
#5Where you mask every character up to the last N specified characters. I started writing this up in JQuery, but... then I stopped ;)
Re: HalfMask - an Experiment in Password Masking
#6by the way: the guys from arc90.com cook up pretty cool things in their labs, like the greatly useful Readability bookmarklet http://lab.arc90.com/experiments/readability/
Re: HalfMask - an Experiment in Password Masking
#7Re: HalfMask - an Experiment in Password Masking
#8My idea is the best: reveal on mouseover
Re: HalfMask - an Experiment in Password Masking
#9Forking to try new things is heartily encouraged - I'd like to see new approaches to password masking.
Re: HalfMask - an Experiment in Password Masking
#10I still like my idea: * * * * els Where you mask every character up to the last N specified characters. I started writing this up in JQuery, but... then I stopped ;)