My Project
|
This is a simple collection of PHP tools I've put together for my own use, but I'm making them availible for anyone they might help.
Each tool/class is available as a seperate file. More will be added as time allows.
Upload handling and convenience methods.
Basic authentication and session handling for when other, more complex libraries are overkill. Requires pbkdf2.php (below)
PHP version of RSA Security Inc's PBKDF2 key-stretching function.