needs_upgrade Posted July 28, 2012 Share Posted July 28, 2012 Hello guys. I made a system and I have a problem regarding trust issue with prospect clients. I am planning to host multiple clients in my system. Their question is how can they be sure that I don't have access with their data. Since I'm hosting the system then thier data is not safe. If they will will have their own hosting and i will give them the scripts, my work can be pirated. So that's basically my problem. What I have in mind so far is to host my scripts and they will be having their own mysql servers. Their servers, usernames, and passwords will not be saved in my system. They have to provide their servernames, db_usernames, db_passwords and db_names other than their usernames and passwords upon loggin in. But i guess will still say that i can save their db_passwords without their knowledge. Please give me insights. They are highly appreciated. Thanks in advanced. Quote Link to comment Share on other sites More sharing options...
trq Posted July 28, 2012 Share Posted July 28, 2012 What you looking for is called licensing and terms of service. You need contracts and procedures, this is not an application design issue. Quote Link to comment Share on other sites More sharing options...
xyph Posted July 28, 2012 Share Posted July 28, 2012 Any 3rd party service provider could potentially have access to the data. Heck, leakage could easily be from inside the 1st party itself. Even with a 3rd party SQL server, the data still has to pass through the HTTP server, meaning you will still potentially be able to store the data. Quote Link to comment Share on other sites More sharing options...
needs_upgrade Posted July 30, 2012 Author Share Posted July 30, 2012 Thanks guys for your replies. :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.