Projects tagged ‘authorization’ and ‘php’


[14 total ]

0 Users

The Warden is a secure delivery system for content like images and downloadable videos. It consists of two layers: A bit of code which generates secure tokens which are passed as url parameters or ... [More] cookies. This code is provided in both PHP and Java implementations. Apache mod_python script and a Java servlet that performs ticket cracking and authorization. This project is currently in placeholder status. Kink.com is donating the working/proven code to open source. Code will follow soon. [Less]
Created 12 months ago.

0 Users

Created 12 months ago.

0 Users

Keychain is a rule-based authorization library for CodeIgniter. It has support for groups and can protect a controller's pages with just two lines. It's designed to be simple of use, for use when you want basis authentication on your websites.
Created 12 months ago.

0 Users

PHProtect is a content protection system coded in PHP. PHProtect works under GNU/Linux, FreeBSD, OpenBSD, NetBSD, OSX, Solaris and NT/2K, they must have a CGI PHP Interpreter or Module installed on ... [More] the webserver or it won't work, it is "PHProtect", note the PHP . This program will allow you to protect a single web file whether it be PHP, HTML or ASP without having to use .htaccess. Authentication is done by a form which pulls a username and password (EG: PHP with the password ASP) from a configuration file, and if it matches what a user has submitted then it will display the content. You are probably wondering, well why can't users just access the protected file from a directory if they are smart enough to know what it's filename is?, the answer to that is simple using special code it will stop direct access to the file unless someone logs in properly on the login form, that's protection at it's best. An added feature is the ability to retrieve your username/password via a script, if you don't have access to the configuration file. PHProtect also supports the ability to use a MySQL Server for authentication, however it only connects to the server. Future releases will support the ability to change the password using a webform and store usernames and passwords in a MySQL Database. [Less]
Created 12 months ago.