Live data from Hacker News

Librevault: Open source zero-knowledge peer-to-peer file sync

librevault.com

1–10 of 31 posts

Re: Librevault: Open source zero-knowledge peer-to-peer file sync

#3

Sounds 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.

Re: Librevault: Open source zero-knowledge peer-to-peer file sync

#5
post #4

How does it compare to syncthing et al?

There are certain differences between Librevault and Syncthing now:

* 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

#7

Very nice. It seems a lot less janky than Syncthing (web UI, constant process restarts)

SyncTrayzor (windows client implementing synching) is pretty nice. It runs as a tray icon but when you click it, it loads like a native app even though it's a web app (similar to electron)

Re: Librevault: Open source zero-knowledge peer-to-peer file sync

#10

Sounds 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.

Have you thought about just not using the phrase "zero knowledge" at all?
Post reply on HN