I'm thinking about this problem. What if I have to manage sensitive data (i.e. health data), and I use a managed server?
I'd use encryption of course, but if they have root access they can see conf and source files, so they can know encryption keys.
What would you do, on a Linux environment and PHP scripts?
Could I write the interface that encrypts/decrypts and "compile" with hiphop?