How do I keep a mySQL database secure?

前端 未结 5 1161
-上瘾入骨i
-上瘾入骨i 2021-02-08 09:46

I\'m going to be implementing a PHP/mySQL setup to store credit card information.

It seems like AES_ENCRYPT/AES_DECRYPT is the way to go,

5条回答
  •  无人及你
    2021-02-08 10:31

    Put your database files outside computer lets say external hdd and keep it at safe place. Works only if you can develop this project at only place where this external drive is placed :) Or you can at least protect those files using file system encryption tools like https://itsfoss.com/password-protect-folder-linux/

    In case of production environment I agree with Kyle Cronin.

提交回复
热议问题