Hacker News new | ask | show | jobs
by Tho85 4711 days ago
You don't have to if you use EncFS. All encryption is done client-side.

The only thing your VPS provider could do is delete your files, but Unison's backup feature should protect you from losing your files (in a way).

1 comments

Your VPS provider, can in effect, chroot in to your environment, so EncFS is vunerable.
The EncFS is mounted locally (client-side), so the files aren't decrypted at all on the server-side. You're just syncing fully encrypted files.
If encryption is done client-side, the data is still encrypted server-side and chrooting does nothing.
What do you mean by 'vulnerable'? All encryption is done on your computer/notebook, so a chroot on the server doesn't decrypt the files.