3
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
install latest versions before running tests More... almost 11 years ago
use the original Pimple (it's stable and phpSec did not contain any special patches to it) More... almost 11 years ago
ignore the vendor dir and the lock file (as this is a library package) More... almost 11 years ago
rely on Composer's autoloader and PHPUnit instead of the custom autoloader More... almost 11 years ago
Fixes error when missing client data.
xqus
as Audun Larsen
More... almost 11 years ago
Adds documentation to start() method.
xqus
as Audun Larsen
More... about 11 years ago
Adds changelog for 0.6.1
xqus
as Audun Larsen
More... about 11 years ago
Bumps version number.
xqus
as Audun Larsen
More... about 11 years ago
Clean up the way we start sessions.
xqus
as Audun Larsen
More... about 11 years ago
Since phpSec requires PHP 5.3.7, there is no need to do a version check, and use 2a to generate bcrypt hashes for older versions. We still allow checking of 2a bcrypt hashes.
xqus
as Audun Larsen
More... about 11 years ago
Use a timing safe comparison method when comparing password hashes.
xqus
as Audun Larsen
More... about 11 years ago
Adds test to make sure it fails on invalid passwords.
xqus
as Audun Larsen
More... about 11 years ago
Adds a timing safe string comaparison method.
xqus
as Audun Larsen
More... about 11 years ago
Updates hash test for change of default hashing method.
xqus
as Audun Larsen
More... about 11 years ago
Default hash method is now Bcrypt.
xqus
as Audun Larsen
More... about 11 years ago
We only require PHP 5.3.7
xqus
as Audun Larsen
More... about 11 years ago
Updates link to docs.
xqus
as Audun Larsen
More... about 11 years ago
Prepeare for 0.6.0 release.
xqus
as Audun Larsen
More... about 11 years ago
Switches to MCRYPT_DEV_URANDOM for randomness.
xqus
as Audun Larsen
More... about 11 years ago
Removes the requirement for PHP 5.4
xqus
as Audun Larsen
More... about 11 years ago
Removes test for PHP 5.3.7 since it didn't exitst.
xqus
as Audun Larsen
More... about 11 years ago
Adds test for PHP 5.3.7, and 5.3
xqus
as Audun Larsen
More... about 11 years ago
Adds \phpSec\Auth\Mnemonic. Based on mnemonic.js (https://github.com/ggozad/mnemonic.js).
xqus
as Audun Larsen
More... about 11 years ago
Removes stuff we don't use.. (phun intended)
xqus
as Audun Larsen
More... about 11 years ago
Adds Http\Xfo to DI container.
xqus
as Audun Larsen
More... about 11 years ago
Adds initial implementation of HTTP X-Frame-Options.
xqus
as Audun Larsen
More... about 11 years ago
Hsts::enable() should not be static.
xqus
as Audun Larsen
More... about 11 years ago
Fixes documentation for Storage classes.
xqus
as Audun Larsen
More... about 11 years ago
Adds documentation to Core class.
xqus
as Audun Larsen
More... about 11 years ago
Updates requirement in readme.
xqus
as Audun Larsen
More... about 11 years ago