jainjayesh / androidpwsafe

Automatically exported from code.google.com/p/androidpwsafe
0 stars 0 forks source link

Remote password access over Bluetooth #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It'd be great to allow remote access to stored passwords from the phone. One 
possibility is to 
emulate a paired Bluetooth keyboard, 'typing' the password on the keyboard.

Possible Issues:
Security of sending password of Bluetooth -- is the bluetooth datapath secure 
or plaintext?

Original issue reported on code.google.com by shawn.ledbetter on 13 Nov 2008 at 7:20

GoogleCodeExporter commented 9 years ago
I have heard off-hand that Bluetooth isn't that secure.  It should be possible,
though, to have encrypted communication over Bluetooth.  With that said, I have 
made
this a low-priority item since it would require the existence of Bluetooth 
clients
asking for passwords and they currently don't exist.

Original comment by noel....@gmail.com on 13 Nov 2008 at 9:36