[ 源代码: python-aiosasl ]
软件包:python3-aiosasl(0.5.0-1)
python3-aiosasl 的相关链接
Debian 的资源:
下载源码包 python-aiosasl:
- [python-aiosasl_0.5.0-1.dsc]
- [python-aiosasl_0.5.0.orig.tar.gz]
- [python-aiosasl_0.5.0-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Protocol-agnostic SASL library for use with asyncio
aiosasl provides a generic, asyncio-based SASL library. It can be used with any protocol, provided the necessary interface code is provided by the application or protocol implementation.
Supported SASL mechanisms:
- PLAIN: authenticate with plaintext password (RFC 4616) - ANONYMOUS: anonymous "authentication" (RFC 4505) - SCRAM-SHA-1, SCRAM-SHA-224, , SCRAM-SHA-512, SCRAM-SHA-384, and SCRAM-SHA-256: Salted Challenge Response Authentication (RFC 5802), (and the -PLUS variants with channel binding).