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!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antworten
+ 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