- Jan 16, 2014
-
-
Peter Rotich authored
-
- Oct 17, 2013
-
-
Jared Hancock authored
This patch makes openssl the preferred source of random data on Windows and will only use mcrypt_create_iv on PHP 5.3.7 and newer. Fixes #771
-
- Sep 11, 2013
-
-
Peter Rotich authored
and restarts PHP SESSION
-
- Aug 02, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add cipher validator - checks to make sure the cipher is valid & available.
-
Jared Hancock authored
Only use 8 bytes (64-bits) for the IV data (salt) for the encryption keys, except for Mcrypt, which requires you to query the specific length and use it specifically.
-
Peter Rotich authored
Add test function - basic testing (will be replaced by real test suit)
-
- Aug 01, 2013
-
-
Jared Hancock authored
-
- Jul 29, 2013
-
-
Peter Rotich authored
-
- Jul 28, 2013
-
-
Peter Rotich authored
-