forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
Encryption Class with Cast 128
Derek Jones edited this page Jul 5, 2012
·
4 revisions
Category:Library::Community | Category:Library::Crypt Extends the Codeigniter Encryption Class to support Cast-128 Encryption if mcrypt is not available.
Cast-128 implementation by Devin Doucette
Download the files and extract them to your application/libraries folder.
- Original author: Derek Jones
- How to extend helpers: See User Guide
- Modified by: Thomas Stapleton (id, classes, selected country option and all option)
- Modified by: Bradley De-Lar (construct, setLayout example)