Click here to Skip to main content
15,886,810 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've started to create web application which does some calculations on the data entered by the user, who can also pay for better services. So far, everything is good, but I am stuck with 1 concern: Security.

1. Because my marketing partner bought shared hosting on BlueHost, I had to rewrite the application from .NET into PHP code(until some time ago I had no idea how PHP works and how the hostings works). After some 'research' I started to worry about my source code if I use PHP. I read alot about that I can't 100% secure my source code, but here with PHP it looks like I can't put any other protection than obfustication, so I would like to know some other protective methods(including laws) on the source code if it lay on other server.

2. I will do bank transactions, having SSL Certificate and dedicated IP is a must (as i learnt), what else? Also how protective(encrypted or pure text) should be the database if I store informations like account expiration date, payment expiration, user saved data.

3. How hard is to maintain my own server? (Anything short, but powerful will help alot!)
Posted

1 solution

So, what are you selling? Most users look for free stuff. My friend in the simulator business hosted his apps on his own servers. Quite a hassle, so he moved to commercial shared servers.
 
Share this answer
 
Comments
MJovan 16-Jul-14 8:41am    
Its new decision making model(for which I want to protect the algorithm), created by my third partner, there will be free version and also payed as I said

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900