How to develop a completely secure php and python site? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to develop a completely secure php and python site?

What is the requirement except of this: 1. use password hash 2. use bind param in database 3. mail or phone verification register

1st Feb 2019, 8:05 AM
CHUA YI HAO
CHUA YI HAO - avatar
1 Answer
+ 7
//Bugs free code //Protect against XSS attacks //Watch out for SQL injection //Validate on both sides //Check your passwords(change twice a month) //Avoid file uploads //Use HTTPS --And there are many ways you can secure your sites
1st Feb 2019, 8:14 AM
Sudarshan Rai
Sudarshan Rai - avatar