chegewara / esp32-hid-keyboard-client

41 stars 5 forks source link

Is the connection secured enough for a password manager? #4

Closed teezzan closed 4 years ago

teezzan commented 4 years ago

Hello, I want to know if the BLE HID Keyboard is safe enough to transmit passwords over it. I plan to make a BLE based password manager by emulating a Keyboard. My knowledge is quite limited. Thanks.

chegewara commented 4 years ago

It should be safe as far as bluetooth LE specs says, but you will have to use at least encrypted connection and its advised to use pairing with passkey.

teezzan commented 4 years ago

Thanks a lot.