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

Implement Secure Storage and Ensure Encryption of Sensitive Data at Rest and in Transit #14

Open
akshit-g opened this issue Jul 3, 2023 · 0 comments
Labels
Advanced backend hacktoberfest Issues open for contribution under Hacktoberfest 2020

Comments

@akshit-g
Copy link
Contributor

akshit-g commented Jul 3, 2023

The current system lacks robust security measures, leaving sensitive data vulnerable to unauthorized access both during storage and transit. It's crucial to implement encryption techniques to safeguard this data and maintain the trust of our users.

Data Encryption at Rest:
Implement strong encryption algorithms (e.g., AES-256) to encrypt sensitive data stored in databases, files, and any other storage systems.
Ensure encryption keys are stored securely

Data Encryption in Transit:
Enforce the use of HTTPS (SSL/TLS) for all communications between clients and servers.
Disable outdated and vulnerable encryption protocols and ciphers.

@akshit-g akshit-g changed the title Implement security protocols Implement Secure Storage and Ensure Encryption of Sensitive Data at Rest and in Transit Sep 29, 2023
@akshit-g akshit-g added hacktoberfest Issues open for contribution under Hacktoberfest 2020 and removed OSoC’23 labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Advanced backend hacktoberfest Issues open for contribution under Hacktoberfest 2020
Projects
None yet
Development

No branches or pull requests

1 participant