Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 291 Bytes

Sasl2

The PHP SASL2 Authentification Library

Provides code to generate responses to common SASL mechanisms, including:

  • Digest-MD5
  • Cram-MD5
  • Plain
  • Anonymous
  • Login (Pseudo mechanism)
  • SCRAM

From the original Auth_SASL2 Pear package : http://pear.php.net/package/Auth_SASL2/