[DES Password Pro Home] [Example] [Help] [Home]

DES Password Pro 2

New: A new version, called AES Password Pro, is available here
A multiple user javascript login page creator, using DES.

Add Data

Enter in as many users as you want (clicking Add User each time), then click Make Code to compute the html code for your login script.
Username:
Password:
Url:         




Tips
Unlike most Javascript authentication systems DPP is non-trivial for cryptanalysts to crack so long as:
  • You must use a long alphanumeric password
  • You do not reveal your password to others
  • The url which users are sent to is a random (as possible) sequence of numbers and characters

    The url should be complete (eg http://www.google.com/index.htm), not relative (eg index.htm) Help with this script is available here.

  • HTML Code for your login script





    Note: Thanks to Mike Lock for pointing out a security issue with DPP 1: the username entered can be one letter short. DPP 2 uses a MD5 hash of you're password and username to solve this problem, and add additional security. Please upgrage any old DPP code.

    This script is released under GPL. You're welcome to use and distribute this script. However, a link back to RustySpigot.com is requested.

    Any questions? E-mail webmaster at rustyspigot.com
    Script by Christopher Doman, using Paul Tero's excellent DES script and Paul Johnston's MD5 script.
    I make no guarantees about this product, and by using it you agree to not hold me liable for any damage that may be caused by its use.