menu search
brightness_auto
Ask or Answer anything Anonymously! No sign-up is needed!
more_vert


Even an insignificant security crisis can have drastic consequences for the business. 

5 Answers

more_vert
Use bcrypt or PBKDF2. Always salt + hash, never just use hash, especially weak hash like SHA1 or MD5 which is completely broken as of 2020.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Use strong passwords when handling and dealing with data. 

Use a strong firewall and antivirus software. 

Keep your systems updated. 

Backup your data safely.

Perform risk validation. 
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
To ensure database security, implement strong access controls and authentication mechanisms, encrypt sensitive data, regularly update and patch the database software, and conduct regular security audits and vulnerability assessments.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Deploy physical database security. 

Separate database servers. 

Set up an HTTPS proxy server. 

Avoid using default network ports. 

Use real-time database monitoring. 

Use database and web application firewalls. 

Deploy data encryption protocols.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Implement strong access controls to restrict database access to authorized personnel only. Use secure authentication mechanisms, such as strong passwords or multi-factor authentication, and ensure proper user privileges and roles are assigned. Regularly review and update user access rights based on job roles and responsibilities.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike

Related questions

Welcome to Answeree, where you can ask questions and receive answers from other members of the community.
...