Librevault: Open source zero-knowledge peer-to-peer file sync
1–10 of 31 posts
Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#2Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#3Sounds awesome. I think your website could use an explanation of the term "zero-knowledge".
Also, I will add the comparison table with Syncthing, BTSync and some cloud storages, like Dropbox.
Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#4Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#5How does it compare to syncthing et al?
* Librevault is simpler for the end user. From my perspective, Syncthing doesn't aim to be user-friendly. More like geek-only solution.
* Librevault supports adding a folder by key, like BTSync. And also, it supports a URL scheme for adding a new folder just by clicking it in the browser: https://librevault.com/blog/lvlt-scheme/
* inotify, fsevents, kqueue and ReadDirectoryChangesW support out of the box. Syncthing requires you to install a separate third-party plugin for this.
* DHT support, so it doesn't need any trackers for peer discovery. DHT is Mainline DHT, so it can connect to BitTorrent clients and ask them for peers. It means, that Librevault can participate in the world's largest distributed peer discovery network and will not suffer the lack of DHT nodes.
Also, it has a proper (!) desktop UI inspired by BitTorrent Sync 1.3.
Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#6Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#7Very nice. It seems a lot less janky than Syncthing (web UI, constant process restarts)
Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#8Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#9Re: Librevault: Open source zero-knowledge peer-to-peer file sync
#10Sounds awesome. I think your website could use an explanation of the term "zero-knowledge".
Thank you for advice. This revision of the website is a stub, it does not contain any useful information, just some general words. It will be heavily reworked soon. Also, I will add the comparison table with Syncthing, BTSync and some cloud storages, like Dropbox.