Mouse Password
This script gives users the option to type a password in a password field or make a series of mouse movements that will be translated into a password.
Disclaimer
Yes, this is a bit absurd. Yes, this is not practical in any way. Yes, this is pretty much a waste of my time. However, I find the idea interesting.
Download
Click Here to download the script.
Example
The following little form is a working example of the script. Click on the MP and it will run through the process and fill your password into the text field. In practice, you will use a password field. It is a text field here because you probably want to see the password.
It may well take 4-5 attempts to get a password to take. Try using something simple at first, like a square or circle. Ignore it if it highlights/selects text on the screen while you perform your mouse movements.
HTML
The code for using this script is below. The parts requried for this script to work are in red.
<script language='javascript' src='mousepass.js'></script>
<form action=''>
<input id='pass' type='text' size='30'>
<input type='button' onmousedown="javascript:mp_record_start('pass')" value='MP'>
</form>











