Enter text and passwords for me

I am looking for a way to make the Arduino type often used pieces of text for me. More specifically passwords. In manny cases I cant cut and paste text into the authentication field and I would like to be more efficient using very strong passwords..

Thinking of a box with a couple of buttons each representing a stored txt file. Connect to the computer / server / router etc with a USB cable and press the button to enter the txt.

Securing the device is an other step.

Arduino leonardo or similar will do it easy enough ...

Another method is v-usb an atmega328p to emulate a hid/keyboard, storing the passwords in the eeprom...

I already did a similar thing but rather much fun! can't go in deep about it though.
Still... LEO will workout for ya!!

Thanks for the replies :slight_smile:

Unfortunately your advice is way beyond my capabilities.

Thanks!

Rogier