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