Session encryption key now a 128bit binary string. |
|
More...
|
over 13 years ago
|
Remove session_regen_id() since it causes many bugs. #30 |
|
More...
|
over 13 years ago
|
alpha-0.0.5 |
|
More...
|
over 13 years ago
|
Make it look pretty. |
|
More...
|
over 13 years ago
|
Removed phpsec.js |
|
More...
|
over 13 years ago
|
Make it look pretty. |
|
More...
|
over 13 years ago
|
Bug in key generation. If we are trying to split something, split it. |
|
More...
|
over 13 years ago
|
Wiki moved. Updated link. |
|
More...
|
over 13 years ago
|
Add timezone to phpsec::genUid() string. Added phpsec::pwAge(), Fixes #31. |
|
More...
|
over 13 years ago
|
Don't set logdir. Old stuff, breaks the test. |
|
More...
|
over 13 years ago
|
Removed the phpsecStorage class. Added example for phpsecRand::arrayRand() |
|
More...
|
over 13 years ago
|
Added phpsecRand::arrayRand(): Method to select random keys from an array. |
|
More...
|
over 13 years ago
|
Use abstarct class, not interface. |
|
More...
|
over 13 years ago
|
Added storage class and interface. |
|
More...
|
over 13 years ago
|
Write logs to data dir. |
|
More...
|
over 13 years ago
|
Testing. |
|
More...
|
over 13 years ago
|
More examples. |
|
More...
|
over 13 years ago
|
Changelog for alpha-0.0.4 |
|
More...
|
over 13 years ago
|
Fixed typo. |
|
More...
|
over 13 years ago
|
Added some documentation. phpsecLog::log() now returns correct value. Fixes #29. |
|
More...
|
over 13 years ago
|
Done some more work on phpsecCrypt::getKey() to improve security. |
|
More...
|
over 13 years ago
|
Improved the phpsecCrypt::getKey()s method of generating keys. This will break compability with older versions of phpSec. |
|
More...
|
over 13 years ago
|
Use phpsecRand::bytes() instead of mcrypt_create_iv() to create initialization vector for the Mcrypt library. The mcrypt_create_iv() is known to be slow, as staed by comments on http://no.php.net/manual/en/function.mcrypt-create-iv.php |
|
More...
|
over 13 years ago
|
We need to state the obvious. |
|
More...
|
over 13 years ago
|
Clarify intentions of the class. |
|
More...
|
over 13 years ago
|
Added syslog support. Fixes #28. Use PHPs build in constant for error levels. Changed the log format around a bit. |
|
More...
|
over 13 years ago
|
I said return something, always. |
|
More...
|
over 13 years ago
|
Added some documentation. Return something. Always. |
|
More...
|
over 13 years ago
|
Call phpsec:error() on error. |
|
More...
|
over 13 years ago
|
Now seperated code out from the phpsecLog::log() method, allowing adding of other logging destination other than files. You are now required to start the phpsecLog::$_logDir with what type of storage you want for the logs. At the moment only filesystem is added. |
|
More...
|
over 13 years ago
|