News Feed
Jobs Feed
Sections




News Archive
Michael Nitschinger's Blog:
Session Encryption with Lithium
January 20, 2012 @ 12:09:08

Michael Nitschinger has a new post for the Lithium framework users out there - a quick tutorial about encrypting your session information with the new built in "Encrypt" strategy feature.

If you check out the master branch, you can use the new Encrypt strategy to encrypt your session data automatically. This means that you can read and write session data in cleartext and they will be encrypted on the fly before getting stored (in a cookie, for example).

You'll need the mcrypt extension installed for it to work correctly, but it makes storing the encrypted version of your data more or less automatic. Just set up your Session configuration to use it as a strategy and any time you call a "read" or "write" the hard work is handled for you. For those more interests in what's "under the hood" he goes on to talk about how the strategy works, what cipher it uses by default, how to change it and the default string to use in hashing.

0 comments voice your opinion now!
lithium framework session encryption strategy configuration secret hash


blog comments powered by Disqus

Similar Posts

NetTuts.com: Building Web Applications from Scratch with Laravel

Larry Garfield's Blog: PHP project structure survey

Reddit.com: Which MVC framework has the best documentation and user community?

The Bakery: Clear the PHP4 warnings when working in eclipsePHP

Nick Halstead's Blog: Bad code, bad data flow, good idea?


Community Events











Don't see your event here?
Let us know!


opinion code example functional introduction interview tool conference podcast release development framework composer database testing community language zendframework2 series object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework