How to Make Your Webpage Secure from Attacks

Asked By 10 points N/A Posted on -
qa-featured

What do I have to put in place to ensure that my website is protected from external attacks by hackers, viruses, worms or Trojan horses? Which security features are very necessary for maximum protection from attacks? Can I design my own system or it is wise to leave it to the expert to take care of it?

 

SHARE
Answered By 0 points N/A #190761

How to Make Your Webpage Secure from Attacks

qa-featured

It is possible to maintain your webpage safe from hackers. Primarily, you should update your software regularly. The information which you provide in your error messages is most important which should not display like ‘password is incorrect’ or ‘username is incorrect’. In this situation, if hacker enters a username in trial and error method, hacker may easily find password also. So, it should be like “username and/or password incorrect. In the same way, use complex passwords which are in an encrypted form. You should do validation at both server and browser side. SSL (Secure Socket Layer) is a protocol which enhances your security level when server and client communicates.

 

Related Questions