Does choice of DBMS matter for protection against XSS and other injection attacks?

I am choosing between the three most used databases, MySQL, Microsoft SQL Server and MongoDB. I have to choose the most secure database from these three.

Does my choice of DBMS has a role in protecting against XSS attacks a… Continue reading Does choice of DBMS matter for protection against XSS and other injection attacks?

How safe is it to open source access to MySQL database on github, only permitting SELECT query?

The Setup: Im building an app to model visually world data. A significant part of this project will be the database since that data is what is interesting. I should only need to allow SELECT queries, and perhaps eventually … Continue reading How safe is it to open source access to MySQL database on github, only permitting SELECT query?

Best Practices for exporting sensitive database data and transforming it whilist keeping it encrypted?

Say one has to export database data to use in another tool, such as an Excel Spreadsheet or for use as a csv file with some other program.

There’s a problem with this, and that’s that it ends up in an unencrypted form on the… Continue reading Best Practices for exporting sensitive database data and transforming it whilist keeping it encrypted?