NefixEstrada / zig-scram

SCRAM implmementation for Zig (both client and server) (RFC 5802)
https://datatracker.ietf.org/doc/html/rfc5802
GNU Affero General Public License v3.0
2 stars 1 forks source link

SCRAM-SHA-1-PLUS + SCRAM-SHA-256(-PLUS) + SCRAM-SHA-512(-PLUS) + SCRAM-SHA3-512(-PLUS) supports #1

Open Neustradamus opened 1 year ago

Neustradamus commented 1 year ago

Dear @NefixEstrada,

Good job for this new project :)

After:

Can you add supports of :

A "big" list has been done in last link of this ticket.


SCRAM-SHA-1(-PLUS):

SCRAM-SHA-256(-PLUS):

SCRAM-SHA-512(-PLUS):

SCRAM-SHA3-512(-PLUS):

SCRAM BIS: Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechanisms:

-PLUS variants:

IMAP:

LDAP:

HTTP:

JMAP:

2FA:

IANA:

Linked to:

Neustradamus commented 11 months ago

@NefixEstrada: Have you seen my tickets?