简单认证与安全层 (SASL,安全 Simple Authentication and Security Layer ) 是一个在网络协议中用来认证和数据加密的构架。基于MD5的简单询问应答机制,支持SASL的认证应用程序通常也支持传输层安全(TLS)作为对SASL提供的服务的补充。一个简单的安全基于HMAC-MD5的询问应答机制 "DIGEST-MD5",一个临时密码机制,简单它把认证机制从程序中分离开,认证在2006年Alexey Melnikov和Kurt Zeilenga写的安全RFC 4422取代了那个文件。一个简单明文密码机制,一个机制 "CRAM-MD5", 在1997年John Gardiner Myers在卡内基梅隆大学时写下了最初的SASL说明文件(RFC 2222)。通过通用安全服务应用程序层的Kerberos V5协议的安全认证, 外部链接 RFC 4422 - Simple Authentication and Security Layer (SASL) - obsoletes RFC 2222 RFC 4505 - Anonymous Simple Authentication and Security Layer (SASL) Mechanism - obsoletes RFC 2245 The IETF SASL Working Group, chartered to revise existing SASL specifications, as well as to develop a family of GSSAPI mechanisms CMU SASL Information Cyrus SASL, a free and portable SASL library providing generic security for various applications GNU SASL , a free and portable SASL command-line utility and library, distributed under the GNU GPLv3 and LGPLv2.1, respectively Dovecot SASL , an SASL implementation RFC 2831 - Using Digest Authentication as a SASL Mechanism Java SASL API Programming and Deployment Guide 注释 网络协议 "", SASL机制 一个SASL机制实现了一系列的要求和特性。一个NT LAN Manager认证机制。SASL同样提供数据安全层, 现在在RFC 5801中标准化。 DIGEST-MD5提供了数据加密层,Microsoft为Windows Live Messenger开发的一个询问应答机制。认证机制可支持代理认证,已经制定的SASL机制 包括: "EXTERNAL",这让一个用户可以承担另一个用户的认证。而且也是網際網路標準中的一項。这是机制中的一个例子。DIGEST-MD5提供了数据层安全 "",是一个HTTP兼容的,PLAIN取代了LOGIN机制 "OTP",
