Top Level :: Encryption

Package Information: Crypt_CHAP

Show All Changelogs
» Version » Information
1.0.1Download

Release date: 2007-03-14 06:56 UTC
Release state: stable

Changelog:

* fix some warnings (test-script)

Dependencies:
  • PHP Version: PHP 4.0.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: mhash (optional)
  • PHP Extension: mcrypt (optional)
1.0.0Download

Release date: 2004-03-25 15:33 UTC
Release state: stable

Changelog:

* Replaced own DES functions with mcrypt

Dependencies:
  • PHP Extension: mhash
  • PHP Extension: mcrypt
0.8.6Download

Release date: 2003-11-04 19:40 UTC
Release state: alpha

Changelog:

* Eliminated notices (Bug #190).
* Handle Passwords allways as Strings (Bug #193).
* BugFix: lmPasswordHash() wrong DES-Hashing (Bug #41).

0.8.5Download

Release date: 2003-03-06 21:41 UTC
Release state: alpha

Changelog:

* Added LAN-Manager support
* Generate MS-CHAPv1 response-packet

0.8.2Download

Release date: 2003-02-02 03:33 UTC
Release state: alpha

Changelog:

* CHAP-MD5 is stable
* MS-CHAP is currently not completely implemented