Peer to Peer data transfer via computing devices is something I wish was be more mainstream. It's not, because the commercial cloud storage mafia has invested heavily in telling people that your data has to traverse their toll roads first. I recently discovered Syncthing Fork which was customizable in a way Google Drive or alternatives were not. And it's entirely P2P, transmitting files between my laptop and my phone…
> Bluetooth transfer There was a brief period while I was at school where people would share mp3 files with each other this way. This was before 2010.
Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
11–20 of 114 posts
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#12Peer to Peer data transfer via computing devices is something I wish was be more mainstream. It's not, because the commercial cloud storage mafia has invested heavily in telling people that your data has to traverse their toll roads first. I recently discovered Syncthing Fork which was customizable in a way Google Drive or alternatives were not. And it's entirely P2P, transmitting files between my laptop and my phone…
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#13Presumably sd cards are safer to connect rather than unsolicited usb drives.
Safer how? On PC at least, SD card readers, both internal and external are attached via the USB protocol and are seen by the OS like mass storage devices, just like USB drives, including being bootable, so whatever malware you have for a specific PC target, the payload should basically work the same from SD cards as via USB drives.
An SD card in a card slot can only be accessed as a mass storage device.
A USB drive can act as a mass storage device as well as a keyboard and mouse and even contain an entire OS on it that could be remotely accessible via WiFi.
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#14Presumably sd cards are safer to connect rather than unsolicited usb drives.
The SD interface does not implement a similar spec, so this somewhat safer. The bad news most PC card readers are based on USB, so a targeted attack (which is probably in scope for Briar's customers) may still be possible - you could attack the firmware of the card reader, as described in [1] by Adam Caudill of BadUSB fame. Without breaking that firmware, however, you can't connect USB network->Card reader->USB hub, and you also probably can't connect SDIO/SPI network->SDIO-based-card-reader->USB hub.
There's also the possibility that the card itself can run untrusted code. Just like a USB drive, an SD card typically contains a small 8051 [2] or ARM [3] microcontroller. Running a compromised controller would give the attacker access to all the data that's ever sent to the SD card, but one would hope that Briar does not cache unencrypted data to the uSD card which the user is expected to write to an physically pass to a potential adversary.
Also, be aware of products like the Toshiba FlashAir Wifi SD card, which implement a wireless adapter in an SD card form factor. Replacing the label would be trivial, and it could broadcast or connect to a hidden wifi network without your knowledge. But again, one would hope that Briar does not cache unencrypted data to the SD card where it could, with one of these cards, be exfiltrated wirelessly. I think this capability is only available as an SD card or an obvious uSD-to-protruding-SD-card adapter form factor, not as a microSD card which would typically be used in a mobile device.
Of course, there's still the possibility that the host OS does something stupid, like autorun an executable on the external media...but that's more of a badly configured Windows PC problem, I expect that modern mobile devices do not do that.
[1] https://security.stackexchange.com/a/109595
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#15Presumably sd cards are safer to connect rather than unsolicited usb drives.
Safer how? On PC at least, SD card readers, both internal and external are attached via the USB protocol and are seen by the OS like mass storage devices, just like USB drives, including being bootable, so whatever malware you have for a specific PC target, the payload should basically work the same from SD cards as via USB drives.
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#16Peer to Peer data transfer via computing devices is something I wish was be more mainstream. It's not, because the commercial cloud storage mafia has invested heavily in telling people that your data has to traverse their toll roads first. I recently discovered Syncthing Fork which was customizable in a way Google Drive or alternatives were not. And it's entirely P2P, transmitting files between my laptop and my phone…
Open source Android file manager with built-in ftp server.
Windows file manager also has built-in ftp.
Linux has built-in ftp.
Transfer files fast and easy over WiFi.
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#17I wish it wasn't this way but a communication app that only serves Android is severely limited and won't make the cut on my Android phone.
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#18Earlier quoted context omitted.
Safer how? On PC at least, SD card readers, both internal and external are attached via the USB protocol and are seen by the OS like mass storage devices, just like USB drives, including being bootable, so whatever malware you have for a specific PC target, the payload should basically work the same from SD cards as via USB drives.
Nyet. An SD card in a card slot can only be accessed as a mass storage device. A USB drive can act as a mass storage device as well as a keyboard and mouse and even contain an entire OS on it that could be remotely accessible via WiFi.
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#19Man can not live by Android alone. I wish it wasn't this way but a communication app that only serves Android is severely limited and won't make the cut on my Android phone.
Re: Briar 1.4 – Offline sharing, message transfer via SD cards and USB sticks
#20Peer to Peer data transfer via computing devices is something I wish was be more mainstream. It's not, because the commercial cloud storage mafia has invested heavily in telling people that your data has to traverse their toll roads first. I recently discovered Syncthing Fork which was customizable in a way Google Drive or alternatives were not. And it's entirely P2P, transmitting files between my laptop and my phone…
Why Bluetooth when WiFi is a hundred times faster?
You have to resort to setting up an ftp server and/or download extra apps on your phone for this, whereas Bluetooth file sharing is standardized and should work out of the box on any phone brand or OS (not sure on iPhones though) and anyone should know how to use it without needing any third party apps.