A situation that might create a problem for a website’s security is known o be as a result of Outside people having access to a companies website and documents and also hackers hacking into a company database.
Others are;
- Lack of authentication in company security.
- Access control-linked misconfigurations.
- A Software misconfigurations.
<h3>What could a back-end developer do to prevent this situation from occurring?</h3>
- Always Encrypt sensitive data:
- Do not use weak encryption algorithm.
The back end in cyber security is know to be a sort of a kind of a repository of all that entails your web presence and also that of your mobile apps and it is one that makes it to run smoothly.
Hence, A situation that might create a problem for a website’s security is known o be as a result of Outside people having access to a companies website and documents and also hackers hacking into a company database.
Learn more about website’s security from
brainly.com/question/10450768
#SPJ1
There is nothing here I’m sorry that I can’t hel
Answer:
Code in Javascript.
<u>Preconditions: </u>
All the variables are defined and initialized.
if (speed < 0) { <em>// if speed is < 0 then adds 1 to reverse drivers.</em>
reverseDrivers ++;
} else if (speed < 1) { <em>// else if speed is < 1 then adds 1 to parked drivers.</em>
parkedDrivers ++;
} else if (speed < 40) { <em>// else if speed is < 40 then adds 1 to slow drivers.</em>
slowDrivers ++;
} else if (speed <= 65) { <em>// else if speed is <= 65 then adds 1 to safe drivers.</em>
slowDrivers ++;
} else { <em>// else if speed is > 65 then adds 1 to speeders.</em>
speeders++;
}
Answer:
Renumbering
Explanation:
Renumbering a network consists of changing the IP host addresses, and perhaps the network mask, of each device within the network that has an address associated with it.