[ Menü ]
Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals
[ Inhalt ]
Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum
[ Statistik ]
Hits gesamt: 3782639
Hits Heute: 46
max. Hits (10.07.07): 6964
User Online: 31
Scripts: 2748
[ Partner ]
CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes
[ Umfrage ]
Würden Sie ein Forum zum Thema Scripts bei uns wünschen?
Ja, würde ich nutzen
Vielleicht
Nein, es gibt bereits zu Viele
[ Eigene Domain? ]
.de
.com
.net
.org
.info
.biz
[ Buchtipp ]
Datenbanken und XML. Konzepte, Anwendungen, Systeme (Xpert.press)
Manuals > PEAR > Encryption
PEAR Manual
Prev
Next
Chapter 22. Encryption
Table of Contents
Crypt_CHAP
Provides Packages for de- and encryption
Crypt_CHAP
Table of Contents
Introduction
-- encryption
Crypt_CHAP::generateChallenge()
-- Generates a new random challenge.
Crypt_CHAP_MD5::Crypt_CHAP_MD5()
-- constructor
Crypt_CHAP_MD5::challengeResponse()
-- Generates the challenge-response paket.
Crypt_CHAP_MSCHAPv1::Crypt_CHAP_MSCHAPv1()
-- constructor
Crypt_CHAP_MSCHAPv1::challengeResponse()
-- Generates the Challenge-Response paket.
Crypt_CHAP_MSCHAPv1::lmChallengeResponse()
-- Generates the Challenge-Response paket using the LAN-Manager Hash.
Crypt_CHAP_MSCHAPv1::ntChallengeResponse()
-- Generates the Challenge-Response paket using the NT-Hash.
Crypt_CHAP_MSCHAPv1::ntPasswordHash()
-- Generates the NT-Hash from the given plaintext-password.
Crypt_CHAP_MSCHAPv1::lmPasswordHash()
-- Generates the LAN-Manager-Hash from the given plaintext-password.
Crypt_CHAP_MSCHAPv1::str2unicode()
-- Converts a string to unicode.
Crypt_CHAP_MSCHAPv1::response()
-- Generates the response-packet.
Crypt_CHAP_MSCHAPv2::Crypt_CHAP_MSCHAPv2()
-- constructor
Crypt_CHAP_MSCHAPv2::challengeHash()
-- Generates the Challenge-Hash.
Crypt_CHAP_MSCHAPv2::ntPasswordHashHash()
-- Generates an MD4 Hash from the NT-Hash.
Classes for generating packets for various CHAP Protocols
Prev
Home
Next
Package Calendar Constants
Up
Introduction
Copyright 1998 - 2006 by I.S.U.M.