Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tong/hxsasl
- Owner: tong
- Created: 2022-09-16T18:44:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T15:06:22.000Z (9 months ago)
- Last Synced: 2024-11-07T20:50:46.195Z (about 2 months ago)
- Topics: authentication, sasl
- Language: Haxe
- Homepage:
- Size: 34.2 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)