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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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