An open API service indexing awesome lists of open source software.

https://github.com/elliot-huffman/discount-hardware-key

Use an Arduino Micro as a hard coded password type. Like the static password functionality of the Yubikey, but less secure.
https://github.com/elliot-huffman/discount-hardware-key

arduino automation keyboard password security

Last synced: 3 months ago
JSON representation

Use an Arduino Micro as a hard coded password type. Like the static password functionality of the Yubikey, but less secure.

Awesome Lists containing this project

README

          

# Discount Hardware Key
This code configures an [Arduino Micro](https://docs.arduino.cc/hardware/micro) to act as a USB keyboard to be able to inject keystrokes to the target machine.
This code types the specified text once and then drops into an infinite loop to prevent multiple entries of the same text.

If you want to use special chars, please reference this article on how the keyboard library works (you may need to use integers to call the special keys):
https://www.arduino.cc/reference/en/language/functions/usb/keyboard/keyboardprint/#_parameters