ubiety / Ubiety.Xmpp.Core

XMPP library for .NET Core
Apache License 2.0
34 stars 9 forks source link

SCRAM-SHA-256(-PLUS) supports #15

Open Neustradamus opened 4 years ago

Neustradamus commented 4 years ago

"When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802]".

After SCRAM-SHA-1(-PLUS):

There is SCRAM-SHA-256(-PLUS):

SCRAM-SHA-512(-PLUS):

SCRAM-SHA3-512(-PLUS):

https://xmpp.org/extensions/inbox/hash-recommendations.html

-PLUS variants:

LDAP:

HTTP:

2FA:

IANA:

Linked to:

github-actions[bot] commented 4 years ago

Welcome, thank you for supporting Ubiety.Xmpp.Core by helping make it better.

coder2000 commented 4 years ago

Implemented in upcoming release supporting .NET 5.

Neustradamus commented 3 years ago

@coder2000: Thanks for your reply!

I have added a new ticket for:

Here: https://github.com/ubiety/Ubiety.Xmpp.Core/issues/16

Neustradamus commented 2 years ago

Hello @coder2000, the .NET 5 has been released, have you progressed on it?