Sector67 / physical-hidproxy

Collecting ideas and code for a secure HID proxy between a USB device and a possibly compromised computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Physical HID proxy

So we have an Android phone running some security-sensitive software, as a prototype. Part of the software is that is has to "pretend" to be a keyboard on a computer. An Android phone can't do this without the kernel being recompiled. This project gets around that limitation by using a USB=>FTDI cable connected to an Arduino running V-USB HID, which sets itself up as a keyboard. Every SerialEvent, V-USB's keypress command is called. Thus, every character over serial ends up being typed, which is a hack, but works ;)

About

Collecting ideas and code for a secure HID proxy between a USB device and a possibly compromised computer.


Languages

Language:Arduino 100.0%