The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME

Authen::DecHpwd - DEC VMS password hashing

DESCRIPTION

This module implements the LGI$HPWD password hashing function from VMS.

INSTALLATION

	perl Makefile.PL
	make
	make test
	make install

SUPPORTED PLATFORMS

Tested on:
 OpenSuSE 10 intel
 RedHat 7 intel
 Windows Server 2003 intel
 Solaris 8 sparc (sunfreeware perl and gcc)
 Solaris 10 intel (sunfreeware perl and gcc)

AUTHOR

The original C implementation of LGI$HPWD was written by Shawn Clifford.
The code has since been developed by Davide Casale, Mario Ambrogetti,
Terence Lee, Jean-loup Gailly, Solar Designer, and Andrew Main (Zefram).

Mike McCauley <mikem@open.com.au> created the first version of
"Authen::DecHpwd", establishing the Perl interface.  This was based on
Shawn Clifford's code without the later developments.

Andrew Main (Zefram) <zefram@fysh.org> created a new "Authen::DecHpwd"
based on the more developed C code presently used.

COPYRIGHT

Copyright (C) 2002 Jean-loup Gailly <http://gailly.net>

Based in part on code from John the Ripper, Copyright (C) 1996-2002
Solar Designer

Copyright (C) 2006 Andrew Main (Zefram) <zefram@fysh.org>

This module is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.