Reputation:
Ok so we are at sitting client location, our all system is running on domain,the network team provided by the client belonging to other organisation, network team monitor development department, they are able to read as well as write in our system by remotely logging into it.
They provide security but as an organisation its our responsibility to secure our source code so we need more security from our end, so we want to secure more our overall source code.
My organisation working on Java,Java FX,Spring MVC, Oracle DB,PHP,JDBC template, and we already delivered 10+ web applications and providing maintenance and support to client.
so guys what is the best suitable encryption technology we need to implement in our existing system so no one can able to access source code via remote too.
kindly provide your valuable suggestion, I welcoming to all of you
Upvotes: 0
Views: 61
Reputation: 201
If you don't trust someone who has root access on a system, don't store data on it. The only way to surely secure your data is by having a server with you as root/administrator. You still can give user permissions to your client's system administrators for networking etc, but key point is you being the owner of the server for your time there.
Encryption may not be helpful as the root can subvert the program that doing decryption.
Upvotes: 2