JLBN

Free WAMP Guides & Website Design Templates
header image

Archive for June, 2009

JLBN – Setup PHP-Fusion on WAMP

June 20, 2009 By: JL Category: WAMP Comments (4)

PHP-Fusion, a light-weight open-source content management system (CMS) written in PHP, utilises a mySQL database to store your site content and includes a simple, comprehensive adminstration system. PHP-Fusion includes the most common features you would expect to see in many other CMS packages.

[Read more...]

JLBN – Online Encryption Password Generator

June 16, 2009 By: JL Category: Scripts No Comments →

While most other sites use server scripts and some sites might store your custom password, this site use client script which means Nothing is transmitted to any server and your custom password always safe with you because you are the only one knows it ;)

  • None (use plaintext passwords) : The Apache httpd daemon will only accept plain text passwords on Windows, Netware and TPF.
  • Crypt : DES-based algorithm. Accepted by all Unix HTTP servers, but not supported by the Apache httpd server on Windows, Netware and TPF. Note that only the first 8 characters of the password are used to form the password with this algorithm. If the supplied password is longer, the extra characters will be silently discarded.
  • MD5 : The MD5 algorithm used by htpasswd is specific to the Apache software; passwords encrypted using it will not be usable with other Web servers.
  • SHA-1 : Use SHA-1 encryption for passwords. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif).

[Read more...]