The Teensyduino can easily be coded with the Arduino IDE to create custom user interface devices. Using a simple dictionary or a random number generator the Teensy can easily be used as a password cracker, or for overloading data systems.
Shown above the script only runs through two different phrases infinitesimally. Data output runs through the micro-usb port. This requires the installation of the Teensy drivers available at the Teensy website.
const byte hello = 2 char* names[hello]= "hi","hello" }; void setup(){ Serial.begin(9600); } void loop(){ keyboard.print(names[random(0,hello)]); }
No comments:
Post a Comment