Home » Encryption » Crypt_CHAP
Generating CHAP packets.
This package is unmaintained.
Download latest release 1.5.0 (archived versions might be outdated)
License: BSD
Description
This package provides Classes for generating CHAP packets.
Currently these types of CHAP are supported:
* CHAP-MD5
* MS-CHAPv1
* MS-CHAPv2
For MS-CHAP the mhash and mcrypt extensions must be loaded.
Documentation
Maintainers
- Michael Bretterklieber (mbretter) — lead, active
Dependencies
Required
- PHP (>= 5.1.2)
- PEAR Installer (>= 1.4.0b1)
Optional
- hash (extension)
- mcrypt (extension)
Releases
- 1.5.0 (stable, 2010-09-19)
Release notes
License: BSD
* switch from mhash to hash
* use real .phpt for tests - 1.0.2 (stable, 2009-08-28)
- 1.0.1 (stable, 2007-03-14)
- 1.0.0 (stable, 2004-03-25)
- 0.8.6 (alpha, 2003-11-04)
- 0.8.5 (alpha, 2003-03-06)
- 0.8.2 (alpha, 2003-02-01)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #41 | Closed | Bug | 2003-09-28 | small typo in Crypt/CHAP.php | |
| #190 | Closed | Bug | 2003-11-04 | tons of notices in Crypt_CHAP | |
| #193 | Closed | Bug | 2003-11-04 | Crypt_MSCHAPv1::ntPasswordhash() handles strings differently than integers | |
| #2349 | Closed | Bug | 2004-09-16 | Crypt_CHAP: Dependencies failed | |
| #3107 | Bogus | Bug | 2005-01-05 | mhash(MHASH_MD4, .....) doesn't work because MHASH_MD4 is unknown to php | |
| #14674 | Closed | Bug | 1.0.1 | 2008-09-21 | Security issue due to seeding random number generator |
| #16486 | Closed | Doc | 1.0.1 | 2009-07-31 | Class names in Docs are wrong |
| #17827 | Closed | Req | 1.0.2 | 2010-08-27 | Please change the chaptest to a true phpt |
| #17828 | Closed | Req | 1.0.2 | 2010-08-27 | mhash is deprecated, please switch to hash |
| #21111 | Open | Req | 1.5.0 | 2016-09-08 | mcrypt deprecation in php 7.1 |
| #21112 | Open | Req | 1.5.0 | 2016-09-08 | mcrypt deprecation in php 7.1 |