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

Feature Request: Optional Encryption for FileUploader #2

Open
j0rd1s3rr4n0 opened this issue Nov 20, 2023 · 0 comments
Open

Feature Request: Optional Encryption for FileUploader #2

j0rd1s3rr4n0 opened this issue Nov 20, 2023 · 0 comments

Comments

@j0rd1s3rr4n0
Copy link
Owner

Proposal:

I would like to propose the addition of optional file encryption functionality to FileUploader. This feature would enhance the security of uploaded files by allowing users to encrypt them before uploading and decrypt them after downloading.

Use Case:

As a user, I often deal with sensitive information that I want to securely share through FileUploader. Having the option to encrypt files before uploading would provide an extra layer of security, ensuring that only authorized individuals can access the content.

Key Features:

Encryption Before Upload:

  • Users can choose to encrypt files before initiating the upload process.
  • Specify encryption algorithms and key management options.

Decryption After Download:

Enable users to decrypt files after downloading them from the hosting service.
Provide options for decryption algorithms and key input.
Additional Considerations:

Compatibility with various encryption standards.

  • User-friendly configuration options in the FileUploader interface.
  • Potential integration with existing encryption tools or libraries.

Expected Benefits:

  • Enhanced privacy and security for sensitive files.
  • Expanded use cases for FileUploader in scenarios requiring heightened data protection.

Implementation Suggestions:

*Utilize established encryption libraries in Python for seamless integration.
*Provide clear documentation on how to use the encryption feature within FileUploader.

Note:

This feature is suggested as an optional enhancement to the existing FileUploader functionality, allowing users to choose whether to enable encryption based on their specific security requirements.

@j0rd1s3rr4n0 j0rd1s3rr4n0 changed the title [OPTIONAL PARAMETERS] Encrypt Files Before Uploading && Decrypt Files After Downloading Feature Request: Optional Encryption for FileUploader Nov 20, 2023
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

1 participant