S22.Sasl
S22.Sasl copied to clipboard
This repository contains a .NET assembly implementing the "Authentication and Security Layer" (SASL).
After: - SCRAM-SHA-1 Can you add supports of : - SCRAM-SHA-1-PLUS - SCRAM-SHA-224 - SCRAM-SHA-224-PLUS - SCRAM-SHA-256 - SCRAM-SHA-256-PLUS - SCRAM-SHA-384 - SCRAM-SHA-384-PLUS - SCRAM-SHA-512 - SCRAM-SHA-512-PLUS - SCRAM-SHA3-512 -...
Hi @smiley22, I have recently opened https://github.com/ewhauser/zookeeper/pull/38#issue-343389842 which adds initial SASL support to @ewhauser's pure .NET ZooKeeper client. I used your implementation of `DIGEST-MD5` to test it, and encountered a...
@smiley22: It is possible to move this project (and other) in an org to improve the code, etc.?
Cannot use project since all classes are internal.
Sorry for the dumb question, but does the library support the server-side part? Is there the code to generate the challenge and validate the client responses?