I'm making a login or CRUD system on the web, and what attacks might occur, what methods should I use to secure it | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

I'm making a login or CRUD system on the web, and what attacks might occur, what methods should I use to secure it

9th Nov 2019, 2:55 AM
Avirur Rahman
Avirur Rahman - avatar
2 Réponses
+ 1
In PHP, use prepared statements to stop sql injection into your database, that's if you use php and sql.
9th Nov 2019, 9:52 AM
Xyenia 🦉
Xyenia 🦉 - avatar
+ 1
Interesting info.
9th Nov 2019, 7:51 PM
Lev