CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2017
    Posts
    0

    To improve website security

    A lot of business and e-commerce websites are facing issues due to hackers. So we have to take proper security measures to protect our websites from hackers. A few days back I found one blog related to website security https://nci.ca/how-to-protect-your-w...-from-hackers/. They have explained some points to protect the website. Can we do something in the website development phase to improve the security? If you have some tips, please share it here. Thank you.

  2. #2
    Join Date
    Aug 2016
    Posts
    23

    Re: To improve website security

    There are many security testing tools on the internet that you can use to test the web application for the security vulnerabilities like SQL injection, Man-in-the-Middle-Attack and Cross-site-scripting etc. The security of an application needs to be tested before launching the final product to the customers otherwise it would not only effect the customer but also the reputation of the company.
    Claire

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured