Skip to content
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

Open
woheller69 opened this issue Oct 5, 2022 · 5 comments
Open

Add encryption #28

woheller69 opened this issue Oct 5, 2022 · 5 comments

Comments

@woheller69
Copy link

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

@serrq
Copy link

serrq commented Dec 13, 2023

To understand:

  1. I create an encrypted zip file within Filester
  2. Share the password with my recipient in other messaging channels
  3. The recipient download the encrypted file

Do I understood properly?

@woheller69
Copy link
Author

Exactly, that is the idea. Data in a cloud should never be unencrypted

@serrq
Copy link

serrq commented Dec 13, 2023

Yes, I think the same. Never unencrypted, in transition and at rest (when the file is stored in the cloud).

@roozbehzarei
Copy link
Owner

Thank you for the suggestion. I will definitely add this feature sometime in future (when I find some free time).

Yes, I think the same. Never unencrypted, in transition and at rest (data).

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.

@serrq
Copy link

serrq commented Dec 13, 2023

I mean the file encrypted locally before sending. The network encryption is another thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants