Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tong/hxsasl

Simple Authentication and Security Layer (SASL)
https://github.com/tong/hxsasl

authentication sasl

Last synced: 5 days ago
JSON representation

Simple Authentication and Security Layer (SASL)

Awesome Lists containing this project

README

        

HXSASL
======

Haxe implementation of the Simple Authentication and Security Layer (SASL).

SASL is a framework for authentication and data security in Internet protocols.
It decouples authentication mechanisms from application protocols, in theory allowing any authentication mechanism supported by SASL to be used in any application protocol that uses SASL.

* [RFC 4422, Core SASL specification](https://tools.ietf.org/html/rfc4422)
* [RFC 2831, DIGEST-MD5 mechanism](https://tools.ietf.org/html/rfc2831)
* [RFC 4505, ANONYMOUS mechanism](https://tools.ietf.org/html/rfc4505)
* [RFC 4616, PLAIN mechanism](https://tools.ietf.org/html/rfc4616)
* [RFC 5802, SCRAMSHA1 mechanism](https://tools.ietf.org/html/rfc5802)

[![test](https://github.com/tong/hxsasl/actions/workflows/test.yml/badge.svg)](https://github.com/tong/hxsasl/actions/workflows/test.yml)