I'm developing a website that's programmed in HTML and CSS with C# applications and there is going to be a forum in PHP and MYSQL. My question is how do I go about password protecting the whole code from hackers?
How to password protect my code?
Page 1 of 13 Replies - 252 Views - Last Post: 02 November 2012 - 06:52 AM
Replies To: How to password protect my code?
#2
Re: How to password protect my code?
Posted 01 November 2012 - 08:32 AM
what do you mean by "whole code"?
you certainly can password protect your C#, PHP and MySQL code just by not spilling your FTP password. XSS & SQL Injection protection should help against inserting malicious code from outside.
but neither HTML nor CSS can be protected because the client browser needs access to it.
you certainly can password protect your C#, PHP and MySQL code just by not spilling your FTP password. XSS & SQL Injection protection should help against inserting malicious code from outside.
but neither HTML nor CSS can be protected because the client browser needs access to it.
#3
Re: How to password protect my code?
Posted 02 November 2012 - 04:02 AM
Providing you keep things sensible there should be nothing in your HTML/CSS that would be of advantage to hackers. They cannot see your PHP/MySQL scripts providing you keep your server well protected and as Dormilich said, don't spill your passwords for it.
#4
Re: How to password protect my code?
Posted 02 November 2012 - 06:52 AM
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote





|