misterXavier / PHP-Secure-Session

Encrypt the session data of PHP using the AES 256 bit cipher

Home Page:http://www.zimuel.it/blog/2011/02/encrypt-php-session-data/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encrypt PHP session data using files
----------------------------------------------
The encryption is built using mcrypt extension 
and the randomness is managed by openssl
  
Enrico Zimuel (enrico@zimuel.it)
Copyright GNU General Public License

About

Encrypt the session data of PHP using the AES 256 bit cipher

http://www.zimuel.it/blog/2011/02/encrypt-php-session-data/