abhibeckert

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by abhibeckert

  1. Bittorrent could easily phone home at any time sending the secret to their server. It would be almost impossible to detect this, assuming they obfuscated it using modern techniques.

     

    All we have is trust and the fact it would be a serious criminal offence to lie about the amount of security the product is providing.

     

    No doubt one day there will be a working open source implementation. Until then, paranoid users should not install bit torrent sync on any computer that has sensitive data. Encrypting the files yourself is not good enough, bit torrent sync might read the RAM contents of your encryption software and phone home with the password.

     

    BitTorrent doesn't have any burden of proof because it is _impossible for them to provide proof_.

  2. I tested the exact same config file in an Ubuntu 12.0.4 virtual machine and it works perfectly.

     

    Why isn't it working on CentOS? Maybe the production datacenter firewall is causing issues? How can I debug it?

     

    The firewall is a hardware cisco box, I opened the listening port and confirmed it's open, but is there anything else that needs opening?

  3. I can't get btsync to work on my Linux VPS. Perhaps there's a firewall issue? I tried setting up a custom listening port and opened that in the server's firewall.

     

    I think I've configured it correctly and don't see any errors in the log, but the server never connects to any of the other device with the same secret (there were three of them when I tested, in different cities with different internet connections, all able to see each other).

     

    My config file is:

     

    http://d.pr/n/hkpB

     

    Here's the log output (debug enabled):

     

    http://d.pr/n/AShU

     

    For the firewall I've opened port 4242 for TCP_IN, TCP_OUT, UDP_IN, UDP_OUT. Any ideas/suggestions?

     

    I'm using the latest version (downloaded today) on CentOS.

  4. A lot of the suggestions here are really complicated... All I really want is to be able to specify a directory my app can read/write to, specify the secret for the directory, and have that directory kept in sync.

     

    That and basic callbacks for whenever anything changes (eg: if a file is sent to at least one other machine, I'd like to update the user interface).

     

    Basically I'd like to use BT Sync to keep data in my app in sync with data on any other devices/pc's a user has. Perhaps I might also run a server of my own with a copy of the data, which is available 24/7/365.