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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discount Hardware Key

This code configures an Arduino 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

About

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

License:MIT License


Languages

Language:C++ 100.0%