3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set some usesefull error messages when something goes wrong.
xqus
as Audun Larsen
More... almost 14 years ago
Make the use of phpSec session handler optional. Fixes #21
xqus
as Audun Larsen
More... almost 14 years ago
- Make sure the OTP in the response matches the one in the request. - Documented the Yubikey functions.
xqus
as Audun Larsen
More... almost 14 years ago
Merge branch 'master' of github.com:xqus/phpSec
xqus
as Audun Larsen
More... almost 14 years ago
Changed test library to xtest.
xqus
as Audun Larsen
More... almost 14 years ago
Initial revision of the Yubikey implementation.
xqus
as Audun Larsen
More... almost 14 years ago
Added phpsex.yubikey.php
xqus
as Audun Larsen
More... almost 14 years ago
Added phpsec.yubikey.php to autoloader function.
xqus
as Audun Larsen
More... almost 14 years ago
Updates to the cache functions.
xqus
as Audun Larsen
More... almost 14 years ago
Use internal radom source for phpsec::getToken(). Fixes #19
xqus
as Audun Larsen
More... almost 14 years ago
phpsec::genUid() now uses phpsecRand::str() to generate random data.
xqus
as Audun Larsen
More... almost 14 years ago
Use phpsecRand::str() to generate secret. Fixes #20
xqus
as Audun Larsen
More... almost 14 years ago
Fixed documentation.
xqus
as Audun Larsen
More... almost 14 years ago
Documented the phpsecCrypt::getKey() function.
xqus
as Audun Larsen
More... almost 14 years ago
Fixed documentation.
xqus
as Audun Larsen
More... almost 14 years ago
Fixed documentation mistake.
xqus
as Audun Larsen
More... almost 14 years ago
Tests for password hashing helper functions. Fixes #11
xqus
as Audun Larsen
More... almost 14 years ago
Don't use serialize in the pwHash functions. Fixes #17
xqus
as Audun Larsen
More... almost 14 years ago
Renamed index.php to examples.php.
xqus
as Audun Larsen
More... almost 14 years ago
Test of the phpsecRand class.
xqus
as Audun Larsen
More... almost 14 years ago
Started work on the PHPUnit tests.
xqus
as Audun Larsen
More... almost 14 years ago
alpha-0.0.2
xqus
as Audun Larsen
More... almost 14 years ago
Updated feature list.
xqus
as Audun Larsen
More... almost 14 years ago
Documented the random functions. Fixes #5
xqus
as Audun Larsen
More... almost 14 years ago
Added phpsecRand::int(), phpsecRand::hex() and phpsecRand::str().
xqus
as Audun Larsen
More... almost 14 years ago
Added some documentation to the code.
xqus
as Audun Larsen
More... almost 14 years ago
Added session encryption. Fixes #7 and #8.
xqus
as Audun Larsen
More... almost 14 years ago
Small code style fix.
xqus
as Audun Larsen
More... almost 14 years ago
Removed all globally defined constants, and moved all configuration to class specific variables or constants. Fixes #9.
xqus
as Audun Larsen
More... almost 14 years ago
Cipher, cipher mode and hash type now defined as constants.
xqus
as Audun Larsen
More... almost 14 years ago