encrypted

How would you deal with sensitive data in your database?

In some project we have very that even our staff is not suppose to have access to. In theory, we have policies to ensure they don't. In practice, we are in Africa and policies don't mean a lot, no matter how strongly you enforce it. I would like to know is there is a way to encrypt data in your database so: each user password encrypt ...

php encrypted ssl session data

I have 2 servers running, one for the dynamic content (nginx, php) and another for login (apache2, php) i use memcache to share the session information i upgraded the server software and since then the session data in apache is encrypted apache: session::write("sessions/s53mqdhghmlrvnvjt05novt4m2","encrypted-data",0,1440) nginx: se...

how to authenticate encrypted password at LDAP server

How to authenticate encrypted password at LDAP server ...