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