Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aiosasl

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiosasl

Pure-python, protocol agnostic SASL library for asyncio

  • 0.5.0
  • PyPI
  • Socket score

Maintainers
1

aiosasl, pure python generic asyncio SASL library #####################################################

.. image:: https://github.com/horazont/aiosasl/workflows/CI/badge.svg :target: https://github.com/horazont/aiosasl/actions?query=workflow%3ACI+branch%3Adevel

.. image:: https://coveralls.io/repos/github/horazont/aiosasl/badge.svg?branch=devel :target: https://coveralls.io/github/horazont/aiosasl?branch=devel

aiosasl provides a generic, asyncio-based SASL library. It can be used with any protocol, provided the neccessary interface code is provided by the application or protocol implementation.

Dependencies

  • Python ≥ 3.5

Supported SASL mechanisms

  • PLAIN: authenticate with plaintext password (RFC 4616)
  • ANONYMOUS: anonymous "authentication" (RFC 4505)
  • SCRAM-SHA-1 and SCRAM-SHA-256 (and the -PLUS variants with channel binding): Salted Challenge Response Authentication (RFC 5802)

Documentation

Official documentation can be built with sphinx and is available online on our servers <https://docs.zombofant.net/aiosasl/0.5/>_.

Supported channel binding methods

  • tls-unique and tls-server-end-point with a pyOpenSSL connection
  • all methods supported by the Python standard library when using the ssl module

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc