git clone git://github.com/KVSun/kvsun.com.git
cd kvsun.com
npm install
sudo mysql
#... Create database and user
- All SQL queries taking user input use
PDO::prepare
to prevent SQL injection - Use Content-Security-Policy to prevent loading of unautorized resources
- Use
shgysk8zer0\PHPCrypt
for encryption and cryptographic signatures