Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Bluetooth File Exchange Completely Secure? [closed]

What are some possible attacks that I could face when I transfer a file via bluetooth? Also, are files transferred between Android phones via bluetooth encrypted?

like image 296
Manish Burman Avatar asked Feb 22 '11 23:02

Manish Burman


People also ask

Is Bluetooth safe for file transfer?

In most cases, Bluetooth is more secure than Wi-Fi. However, as with any wireless system, your data could be seen by unintended recipients. It's not only about people discovering which music you stream to your Bluetooth headphones, either.

Can Bluetooth transfers be tracked?

Though phones' Bluetooth uses cryptographic technology that limits trackability, using a radio receiver, these distortions in the Bluetooth signal can be discerned to track individual devices.

Are Bluetooth connections encrypted?

To deter hacking Bluetooth uses encryption based on security protocols called the SAFER+ block cipher. This technical term is complex to explain but essentially it's based on encrypting data using custom algorithms.

What is Bluetooth File Exchange?

Once paired, you can use the share menu in multiple apps across your Android device to transfer items. On your Mac, with Bluetooth Sharing enabled, the Bluetooth File Exchange application allows you to send files to Android with minimal effort.


1 Answers

2 common attacks are - Passive eavesdropping and man-in-the middle attack If you are using the Bluetooth 2.1 and above and both devices are 2.1+ then passive eavesdropping is extremely difficult and unlikely even with sophisticated hardware. For older devices which used the PIN, the selection of PIN and length of PIN key is important, a large 16 character alpha-numeric pin can be used to make it more difficult to passively eavesdrop and listen in.

Man in the middle is a sophisticated attack where a device is in the middle and acting like the device you want to connect to , but instead relaying data. With Bluetooth and normal usage scenarios it is difficult because it requires the attacker to be in close vicinity and spoof address etc. With Bluetooth 2.1 and above there are few models of pairing , and except for the just-works model where devices pair itself without any user interventions , the other models (user confirmation, pass-code entry etc) all provide security to the man in the middle attack also,

So to summarize currently Bluetooth 2.1 is one of the most secure successful wireless technologies.

To answer the second part of the Question, - The answer is Yes, Bluetooth 2.1+ mandates authentication followed by encryption on all profile communications.

like image 117
Dennis Mathews Avatar answered Oct 19 '22 01:10

Dennis Mathews