Requirement: 3 users to log into site and access/update/add encrypted data from mysql tables. Ideally each user will have a unique login, but this doesn't have to be the case.
I'm running on a shared server (SSL-enabled) where mcrypt hasn't been compiled into the build.
I'd appreciate any suggestions anyone might have as to how I could best achieve this?
Thanks.