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] <Hybrid Encryption > #730

Closed
1 of 2 tasks
priyashuu opened this issue Oct 14, 2024 · 1 comment
Closed
1 of 2 tasks

[Feature Request] <Hybrid Encryption > #730

priyashuu opened this issue Oct 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@priyashuu
Copy link
Contributor

priyashuu commented Oct 14, 2024

🚀 Feature Request: Hybrid Encryption

Is your feature request related to a problem? Please describe.

Current encryption methods can be either slow or inadequate for various data types, making it challenging to balance security and performance.

Describe the solution you'd like

Implement Hybrid Encryption, which combines the strengths of symmetric and asymmetric encryption. Use symmetric algorithms for data encryption (for speed) and asymmetric algorithms for key exchange (for security).

Describe alternatives you've considered

  • Pure symmetric encryption: Faster but requires secure key distribution.
  • Pure asymmetric encryption: More secure but significantly slower for large data.

Additional context

Hybrid Encryption will provide a balanced approach to secure data transmission, enhancing both speed and security across applications.

Would you like to work on this feature?

  • Yes
  • No
@priyashuu priyashuu added the enhancement New feature or request label Oct 14, 2024
@priyashuu priyashuu changed the title [Feature Request] <Title of your feature> [Feature Request] <Hybrid Encryption > Oct 14, 2024
Copy link

👋 Hi @priyashuu! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.

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

No branches or pull requests

2 participants