Hacker News new | ask | show | jobs
by amaks 3641 days ago
Do they offer end-to-end encryption? If they use ZFS I assume they should have checksums that detect data corruption.
1 comments

well kind of yes I guess, protocols to transfer from your side to C14 platform is fully encrypted (SSH/FTPS ...) then it's encrypted by the C14 platform itself to the end-storage backends

Mik

I've been primarily concerned if they store data encrypted at rest, with my own key.
yes every bit is encrypted with AES-256-CBC, we provide the encryption key which you must keep to restore

Mik