Simple fix: Wait for 300ms of keyboard inactivity before computing the colors. This way you only get the colors when the person is done typing, eliminating the possibility of key by key color analysis.
Chroma-Hash: a sexy, non-reversible, live visualization of password field input
11–20 of 70 posts
Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#12Now for some fun Douglas Hofstadter self-reference. Challenge: Can someone find a password that describes the colors it makes? e.g. "redgreenblue" shows red, green, and blue
Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#13Now for some fun Douglas Hofstadter self-reference. Challenge: Can someone find a password that describes the colors it makes? e.g. "redgreenblue" shows red, green, and blue
Not to just be a smart-ass, I tried a few others, but couldn't find any that worked well.
Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#14Cool, but still vulnerable to attack by someone who can record video (or with really good memory). Even though the visualization is taken from a relatively small set of three-colour triplets, an attacker who has seen the visualization for every prefix of the password has enough information to figure out the password in linear time.
And if somebody can take video of the screen they could take video of the keyboard too, no?
Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#15Cool, but still vulnerable to attack by someone who can record video (or with really good memory). Even though the visualization is taken from a relatively small set of three-colour triplets, an attacker who has seen the visualization for every prefix of the password has enough information to figure out the password in linear time.
If someone is already shoulder surfing, wouldn't it be easier to look at the hands and keyboard than at the colour bars and asterisks?
Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#16Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#17What an incredibly good idea! It would probably not be too difficult to build this as a firefox plugin, so that all password fields (or all blanked out input fields) on the web will automatically get this feature... Anyone? :-)
It seems to rely on jQuery, so a Firefox plugin, greasemonkey script, or Opera userjs would need to bundle or src jQuery. Whether or not that is okay I will leave on the table for debate and discussion. :)
Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#18Now for some fun Douglas Hofstadter self-reference. Challenge: Can someone find a password that describes the colors it makes? e.g. "redgreenblue" shows red, green, and blue
Still trying to find one for all three colours. (This is fun! :P)
Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#19Now for some fun Douglas Hofstadter self-reference. Challenge: Can someone find a password that describes the colors it makes? e.g. "redgreenblue" shows red, green, and blue
"wild blue yonder" produces two blue bars on the left.
Re: Chroma-Hash: a sexy, non-reversible, live visualization of password field input
#20It seems to me that the simplest fix would be to add something like a seed value to the input or the triplet colors and then randomly generate the seed each time the page is loaded. At that point someone replaying or recording the colors would have no idea what seed would have been generated, but as long as both fields use the same seed the color triplet would be identical for both.