-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add encryption #28
Comments
To understand:
Do I understood properly? |
Exactly, that is the idea. Data in a cloud should never be unencrypted |
Yes, I think the same. Never unencrypted, in transition and at rest (when the file is stored in the cloud). |
Thank you for the suggestion. I will definitely add this feature sometime in future (when I find some free time).
Since Filester is connecting to the server using HTTPS protocol, all transition is encrypted by default. All that remains is to encrypt the file itself for extra security when it's stored on the cloud. |
I mean the file encrypted locally before sending. The network encryption is another thing. |
With this library https://github.com/srikanth-lingala/zip4j it should be fairly simple to create encrypted zip files on the fly.
See section Creating a password protected zip file in Readme
Maybe an idea for a future enhancement
The text was updated successfully, but these errors were encountered: