Closed Neustradamus closed 1 year ago
@Neustradamus No need to implement this in Authen::SASL
. My dist implements the non -PLUS
variants: https://metacpan.org/pod/Authen::SASL::SCRAM
@Neustradamus there's no RFC describing 224 or 384, right? Why then would anybody want to implement that? As for SHA3-512, that's in draft state. However, none of that is related to this repository. The repository for Authen::SASL::SCRAM is https://github.com/ehuelsmann/authen-sasl-scram.
@ehuelsmann: It is based on SHA-1 RFC and it has been in https://metacpan.org/pod/Authen::SCRAM. To move people from Authen::SCRAM it is really important too. SCRAM-SHA-512 is like SCRAM-SHA3-512, already supported by some projects...
When I said that none of this matters to this repository while referring you to the Authen::SASL::SCRAM
one, I meant that the discussion - if any - should be continued there. I'll do so in a minute.
@ehuelsmann: I am sorry, can you delete the text from your ticket and close it? I will do a ticket in your repo.
The ticket has been updated like all others.
Since Authen::SASL::SCRAM
is about implementing SCRAM for SASL, this is not the place for this ticket.
Dear @gbarr,
Can you add supports of :
You can add too:
SCRAM-SHA-1(-PLUS):
SCRAM-SHA-256(-PLUS):
SCRAM-SHA-512(-PLUS):
SCRAM-SHA3-512(-PLUS):
-PLUS variants:
IMAP:
LDAP:
HTTP:
2FA:
IANA:
Note, after SCRAM-SHA-1(-PLUS):
Linked to: