Please enable JavaScript.
Coggle requires JavaScript to display documents.
Network threats :smiley: (poor policy (The network administrator should…
Network threats :smiley:
-
-
-
brute force
-
Usually a computer program which is written to go through every combination of letters, numbers and symbols until a password is guessed.
26 letters in the alphabet. If a password was 1 letter in length then it would only take up to 26 guesses to correctly guess the password.
Having strict rules when creating a password (least 8 characters, one number, one symbol and one capital)
-
SQL injection
-
-
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.
-