User Tools

Site Tools


security_howto

This is an old revision of the document!


Security Howto

Where to store access data

A good solution is to keep it inside a separate PHP script. In the case of database connection data, this separate script should also connect to the database and then unset the access data variables in order to minimize the risk of data leaks.

Status: umgesetzt (seit Umzug zu Netcup)

Quelle: https://alexwebdevelop.com/where-store-access-data/

A great security improvement is to keep the access PHP file outside of the web server root directory, so that it cannot be accessed by remote clients.

Status: umgesetzt

security_howto.1596826602.txt.gz ยท Last modified: 2020/08/07 20:56 by caesar

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki