I'm looking for a device to use at work when logging into windows systems. I configure systems for a living and the majority of these need a password to log into and all of them use long or complex password that are just a pain to type in especially when you have to do it on 25+ systems at a time.
I am basically looking for a programmable HID that will automatically type in a selected password when the device is inserted.
I found the following page which looks like exactly what I want but I don't have any experience with teensy or arduinos. So I was hoping someone might be able to show me a better or more detailed schematic to make the device with the features I would need, I don't think I need the photoresistor and 10kΩ resistor but I would like to add a push button. The code part seems to be detailed well so I'm sure I can figure out how to adapt it to what I want but any help would be appreciated.
http://www.irongeek.com/i.php?page=security/programmable-hid-usb-keystroke-dongle#Links
I would like to make the device so that as soon as it is inserted and installed it sends a password followed by the enter key. The passwords would be selected based on which switch is on. I would also like to put a push button on it that would resend the password incase the password box wasn't selected when the device was inserted.