EuroCMS

EuroCMS Database Protection

authorversiondate
Imri Palojadraft20-06-2022

Here is what is done to protect the database from hackers!

Code Protection

Writing code in such a way that it protects itself from SQL injection and such.

Data

  • https://mariadb.com/kb/en/data-at-rest-encryption-overview/

  • https://severalnines.com/blog/exploring-different-ways-encrypt-your-mariadb-data

  • https://webdock.io/en/docs/how-guides/security-guides/how-to-enable-encryption-mariadb

  • https://severalnines.com/database-blog/mariadb-server-database-encryption-basics

  • https://linuxhint.com/configure-database-level-encryption-mariadb/

  • https://www.php.net/manual/en/security.database.sql-injection.php


Reference

  • https://cheatsheetseries.owasp.org/cheatsheets/SQL_Injection_Prevention_Cheat_Sheet.html

  • https://cheatsheetseries.owasp.org/cheatsheets/Query_Parameterization_Cheat_Sheet.html

  • https://bobby-tables.com/

  • https://bobby-tables.com/php