Since both bcrypt and sha supports the same charset for salts, merge them and call it itoa64. |
|
More...
|
almost 13 years ago
|
Cleans up code. |
|
More...
|
almost 13 years ago
|
Updates readme. |
|
More...
|
about 13 years ago
|
Removed phpsecCookie, as it's not very stable. Bumps copyright to 2012. |
|
More...
|
about 13 years ago
|
Update year in copyright. |
|
More...
|
about 13 years ago
|
Merge branch 'refs/heads/master' of ssh://[email protected]/phpsec/phpSec.git into HEAD |
|
More...
|
about 13 years ago
|
Fixes bug in phpsecFilter::f(). |
|
More...
|
about 13 years ago
|
Ads documentation to the phpsecHash methods. |
|
More...
|
about 13 years ago
|
Chenges default hashing method to PBKDF2. |
|
More...
|
about 13 years ago
|
Ads descriptions to properties in phpsecHash. |
|
More...
|
about 13 years ago
|
Ads note that phpsecHahs is prefered over phpsecPw. |
|
More...
|
about 13 years ago
|
Adds phpsecHash, and bumps version number. |
|
More...
|
about 13 years ago
|
Allow passing og charset when calling phpsecRand::str() |
|
More...
|
about 13 years ago
|
Adjusted the default iteration count for PBKDF2. Also added some documentation to it. |
|
More...
|
about 13 years ago
|
Fixes documentation for constants in phpSec. Fixes #70. |
|
More...
|
about 13 years ago
|
Documents phpsec::init(). Fixes #68. |
|
More...
|
about 13 years ago
|
Brush up on phpsec::load(). - Better documentation. - Return something. Fixes #69. |
|
More...
|
about 13 years ago
|
Fixed typos as pointed out by bithin in #65. Closes #65. |
|
More...
|
about 13 years ago
|
phpsecPw now supports PBKDF2, and uses it as default. Fixes #81. |
|
More...
|
about 13 years ago
|
Enable init() without a storage. This only enables "stateless" classes. Fixes #66. |
|
More...
|
about 13 years ago
|
Added some better documentation to phpsecCrypt::pad(). Fixes #64. |
|
More...
|
about 13 years ago
|
phpsecCrypt::encrypt() now pads by default. Fixes #58. |
|
More...
|
about 13 years ago
|
Documented phpsecPw::inject() a bit better. Fixes #54. |
|
More...
|
about 13 years ago
|
Merge branch 'refs/heads/master' of ssh://[email protected]/phpsec/phpSec.git into HEAD |
|
More...
|
about 13 years ago
|
Only try to include file if it exists. |
|
More...
|
about 13 years ago
|
Detect encrypted cookies, if enabled. |
|
More...
|
about 13 years ago
|
Merge pull request #79 from bithin/patch-4 |
|
More...
|
about 13 years ago
|
Improvement in documentation. |
|
More...
|
about 13 years ago
|
#66 Seperates the stateful and statless classes in the autoloader method. |
|
More...
|
about 13 years ago
|
Changelog for beta-0.2. |
|
More...
|
about 13 years ago
|