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.
- Host: GitHub
- URL: https://github.com/elliot-huffman/discount-hardware-key
- Owner: elliot-huffman
- License: mit
- Created: 2022-07-30T00:23:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T00:36:50.000Z (almost 4 years ago)
- Last Synced: 2025-05-24T10:40:25.250Z (about 1 year ago)
- Topics: arduino, automation, keyboard, password, security
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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