Please enable JavaScript.
Coggle requires JavaScript to display documents.
Network theats (Malware (malicious network) (Hostile and intrusive,…
Network theats
-
-
Brute force
-
A computer program written to go through every combo of letters and numbers until password is guessed
-
-
-
SQL injection
-
ways to protect
-
Add an escape character. This forces the input to be treated as characters only rather than commands
Write the database code in such a way that raw input does not allow direct access to the queries being run to access the database information.
-
-
-