0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix issue with large int test on 64 bit platforms
ircmaxell
as Anthony Ferrara
More... over 13 years ago
Some docs cleanup
ircmaxell
as Anthony Ferrara
More... almost 14 years ago
Update the compare method to use integer operations for more consistent runtimes
ircmaxell
as Anthony Ferrara
More... almost 14 years ago
Refactor, include a common constant-time comparison for all hashes
ircmaxell
as Anthony Ferrara
More... almost 14 years ago
Update readme file
ircmaxell
as Anthony Ferrara
More... almost 14 years ago
update composer.json
ircmaxell
as Anthony Ferrara
More... almost 14 years ago
A bunch more updates, install composer, fix build
ircmaxell
as Anthony Ferrara
More... almost 14 years ago
Rename a bunch of stuff
ircmaxell
as Anthony Ferrara
More... almost 14 years ago
Fix merge conflict
ircmaxell
as Anthony Ferrara
More... about 14 years ago
Fix bug with very large ranges
ircmaxell
as Anthony Ferrara
More... about 14 years ago
Added shuffleString and shuffleArray to the CryptLib class
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Optimize BaseConverter a little bit, add Password hashing examples
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Fix CryptLib parameter order
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Fix issue with generator bit length detection
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Add file hashes to the package build, refactor package step a bit
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Add test vectors for the mixing functions (trying to ensure no bias exists)
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Updated Readme file with autoloading information
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Restructure bootstrap system, add optional autoloader
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Demote PHP requirements to 5.3.2, change Random to extend from URandom
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Fix Base Converter Issue When Value Of String === 0x30 (0), add tests to generateString
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Removed generator bit shifting, added a better bit mask version which handles negatives better
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Added better testing of generateInt, removed SUHOSIN demoting of URandom source
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Test out the random generator (int method) a bit more with some test vectors
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Fix random number generation to use a better, less biased routine, thanks Timo
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Refactor CryptLib::getRandomString to getRandomBytes
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Fix the build, dam case-insensitive file systems
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Quite a bit more testing
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Added CRC32 streaming implementation
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Fix build on 5.4, for real this time
ircmaxell
as Anthony Ferrara
More... over 14 years ago
Fix build on 5.4
ircmaxell
as Anthony Ferrara
More... over 14 years ago