My Project
 All Data Structures Files Functions Variables Pages
Flipways PHP Tools

Introduction

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.

Tools

Pupload

Upload handling and convenience methods.

Watchperson

Basic authentication and session handling for when other, more complex libraries are overkill. Requires pbkdf2.php (below)

PBKDF2

PHP version of RSA Security Inc's PBKDF2 key-stretching function.