2017 © Pedro Peláez
 

library session-encrypt

An encrypted session handler for PHP

image

psecio/session-encrypt

An encrypted session handler for PHP

  • Saturday, March 22, 2014
  • by enygma
  • Repository
  • 3 Watchers
  • 6 Stars
  • 16 Installations
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SessionEncrypt

This is a custom encrypted session handler for PHP (using session_set_save_handler). It is compatible with just about any version of PHP out there and doesn't use the newer SessionHandler interface., (*1)

Example Usage


The value for $salt should be as randomized as possible as it's used to encrypt the data with mcrypt_decrypt. The handler uses MCRYPT_RIJNDAEL_256 and MCRYPT_MODE_CBC to encrypt the data. It will store the session files in the path defined by the session.save_path or, if it's not set, will default to /tmp., (*2)

NOTE: Because of the need for encryption in this handler, you are required to have the mcrypt functionality included in your PHP installation., (*3)

The Versions

22/03 2014

dev-master

9999999-dev https://github.com/psecio/session-encrypt.git

An encrypted session handler for PHP

  Sources   Download

MIT

The Requires

  • ext/mcrypt *

 

encrypt encryption session handler

22/03 2014

0.1

0.1.0.0 https://github.com/psecio/session-encrypt.git

An encrypted session handler for PHP

  Sources   Download

MIT

encrypt encryption session handler