Showing posts with label password protected. Show all posts
Showing posts with label password protected. Show all posts

Saturday, December 21, 2013

Download Readable Password Generator

Readable Password Generator

Readable Password Generator dowload

This small PHP script generates human-readable passwords. It requires PHP 4 .2.0 or greater – and that’s it! This is a pure PHP solution with no styling or JavaScript – so you can make this script do what you want. This script does not use a dictionary to generate passwords but generates ‘believable’ words using English grammar rules! Use PHP to include the code in your own website and then use the one line of code to generate random passwords! With a customisable format (prefixes, suffixes, number of syllables) this script generates millions of possible passwords – ideal for emailing to users upon registration! The script is light-weight, makes no use of databases or PHP extensions and won’t bog down your web-page! Features Generates readable passwords Pure PHP – no JavaScript Easy-to-use – one line of code Customisable – change password complexity Light-weight – won’t bog down your web-page Doesn’t use a dictionary to generate passwords – increases security by generating ‘believable’ words based on English grammar rules Usage This script requires one “include” and then one line of code: require_once('readablePassword

Tuesday, November 12, 2013

Download Quick PHP Password Protection (Login System)

Quick PHP Password Protection (Login System)

Quick PHP Password Protection (Login System) dowload

Note: This app is no longer supported or updated. Quick PHP Password Protection is a single user PHP login system which is secure, quick to implement, and requires no database. Perfect for small web apps, scripts, and personal pages which only have a single admin using them. Demo Login Username and Password: admin, admin Example Usage $quickprotect->checkLoginAndDirect(); That’s all it takes! One line of effective code (not counting the class include and init), and you’ve password protected a page! Features Secure

Tuesday, October 22, 2013

Download File Protect

File Protect

File Protect dowload

Description Sometimes it is necessary to restrict the access to a file, to a complete folder, to a admin area or to specific file extensions like movie files. Of cause you can use a .htaccess file or create every time again a small login page but .htaccess is not very flexible and user friendly and programming everytime a new login page is very time consuming