plik icon indicating copy to clipboard operation
plik copied to clipboard

Feature Request - encrypt files when stored on the local filesystem

Open softexpert opened this issue 3 years ago • 3 comments

Hello,

I was searching for a way to encrypt files when stored on the local filesystem; I saw that there was a request #201 about this but it was closed with no further feedback. Can it be reconsidered, please ? There are a few Go modules that could help:

  • https://github.com/yang3yen/xxtea-go
  • https://github.com/ovh/symmecrypt

Thank you for taking a look.

softexpert avatar Feb 03 '22 14:02 softexpert

This would be a great addition. As we run plik on docker, we actually store the data on an encrypted lvm volume. But this is a pain.

TS-Steff avatar Mar 22 '22 09:03 TS-Steff

Hello,

Following article makes things even easier to consider: encrypted-at-rest-virtual-file-system

softexpert avatar Feb 20 '23 13:02 softexpert