-
Notifications
You must be signed in to change notification settings - Fork 1.6k
service side encryption for local backend #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@aspacca Thanks for your feedback! That is exactly what i was thinking about. The downsides are clear but it is really a good solution for encryption at rest. Any chance to get this merged? |
@fnpanic revamped it but I can see this: golang/go#44226 @stefanbenten what do you think? |
I forgot: you can achieve the same goal with https://github.com/dutchcoders/transfer.sh#encrypt--upload |
Yes it does but if you download it form a windows box it is not very easy to decrypt it on the fly. That is why i think your patch is a great fit here. |
Hi,
it would be great to have server side encryption for localbackend by passing a password as a header and then encrypting it with AES. On download the password should be passed to the server.
The server itself das not store the passwords and so has encryption at rest.
The text was updated successfully, but these errors were encountered: