USBPASS – A MOOLTIPASS-LIKE project

In our developed on Hackaday series some readers may recall a sentence we wrote: “if one’s idea is not yet in the market, it’s either completely dumb or people are already working on it”. Well, [Josh] casually pointed out that he was also working on an offline password keeper after having recently subscribed to our google group. similarly to the Hackaday-developed platform, the USBPass is connected to a computer through USB and is detected as an HID keyboard. As you can see in the picture shown above, it uses very few components: an ATMega32U2, a USB connector, three buttons and a few passives chips.

A total of 20 passwords can be stored in the microcontroller’s memory, which can be ‘typed’ by the platform using the push buttons. The USBPass firmware is based around the LUFA USB stack, to which [Josh] added HID report functionality to allow data transfer from his desktop application. The latter uses the Linux/Windows/OS X HID API library so bringing his software to other operating systems can be done in no time. All the project resources can be found on GitHub, while [Josh] is currently working on a B revision which will include an OLED screen.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post