0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
a note about byte limits More... almost 8 years ago
Create LICENSE More... about 8 years ago
return false is hashing fails More... almost 14 years ago
allow openssl under windows if we're 5.3.4+ More... almost 14 years ago
count -> strlen More... almost 14 years ago
adapted changes from https://github.com/snacsnoc: * include uniqid() in our original entropy pool * try openssl_random_pseudo_bytes() before reading /dev/urandom * made internal methods private More... almost 14 years ago
formatting raaaaage More... almost 14 years ago
added test plan. added note in readme about running tests More... almost 14 years ago
Merge pull request #1 from snacsnoc/patch-1 More... almost 14 years ago
Change visibility of $random_state to private. More... almost 14 years ago
moar typos More... almost 14 years ago
this is PHP silly. fixed some formatting too More... almost 14 years ago
added a readme More... almost 14 years ago
work factor can/should be an argument to the hashing function More... almost 14 years ago
use consistent language: work factor, not function More... almost 14 years ago
rename to be less confusing. this is not a generalized/portable hasher More... almost 14 years ago
simplified code - no longer creates 'portable hashes' - just straight up bcrypt hashes or nothing. moved tests to use testmore and try a few different work functions. included some example timings from my laptop More... almost 14 years ago
imported from http://www.openwall.com/phpass/ More... almost 14 years ago