3
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Session encryption key now a 128bit binary string.
xqus
as Audun Larsen
More... almost 13 years ago
Remove session_regen_id() since it causes many bugs. #30
xqus
as Audun Larsen
More... almost 13 years ago
alpha-0.0.5
xqus
as Audun Larsen
More... almost 13 years ago
Make it look pretty.
xqus
as Audun Larsen
More... almost 13 years ago
Removed phpsec.js
xqus
as Audun Larsen
More... almost 13 years ago
Make it look pretty.
xqus
as Audun Larsen
More... almost 13 years ago
Bug in key generation. If we are trying to split something, split it.
xqus
as Audun Larsen
More... almost 13 years ago
Wiki moved. Updated link.
xqus
as Audun Larsen
More... almost 13 years ago
Add timezone to phpsec::genUid() string. Added phpsec::pwAge(), Fixes #31.
xqus
as Audun Larsen
More... almost 13 years ago
Don't set logdir. Old stuff, breaks the test.
xqus
as Audun Larsen
More... almost 13 years ago
Removed the phpsecStorage class. Added example for phpsecRand::arrayRand()
xqus
as Audun Larsen
More... almost 13 years ago
Added phpsecRand::arrayRand(): Method to select random keys from an array.
xqus
as Audun Larsen
More... almost 13 years ago
Use abstarct class, not interface.
xqus
as Audun Larsen
More... almost 13 years ago
Added storage class and interface.
xqus
as Audun Larsen
More... almost 13 years ago
Write logs to data dir.
xqus
as Audun Larsen
More... almost 13 years ago
Testing.
xqus
as Audun Larsen
More... almost 13 years ago
More examples.
xqus
as Audun Larsen
More... almost 13 years ago
Changelog for alpha-0.0.4
xqus
as Audun Larsen
More... almost 13 years ago
Fixed typo.
xqus
as Audun Larsen
More... almost 13 years ago
Added some documentation. phpsecLog::log() now returns correct value. Fixes #29.
xqus
as Audun Larsen
More... almost 13 years ago
Done some more work on phpsecCrypt::getKey() to improve security.
xqus
as Audun Larsen
More... almost 13 years ago
Improved the phpsecCrypt::getKey()s method of generating keys. This will break compability with older versions of phpSec.
xqus
as Audun Larsen
More... almost 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
xqus
as Audun Larsen
More... almost 13 years ago
We need to state the obvious.
xqus
as Audun Larsen
More... almost 13 years ago
Clarify intentions of the class.
xqus
as Audun Larsen
More... almost 13 years ago
Added syslog support. Fixes #28. Use PHPs build in constant for error levels. Changed the log format around a bit.
xqus
as Audun Larsen
More... almost 13 years ago
I said return something, always.
xqus
as Audun Larsen
More... almost 13 years ago
Added some documentation. Return something. Always.
xqus
as Audun Larsen
More... almost 13 years ago
Call phpsec:error() on error.
xqus
as Audun Larsen
More... almost 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.
xqus
as Audun Larsen
More... almost 13 years ago