Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SASL library for .net

I am searching for a sasl library for .net.

So far I could only find: Sasl.Net but it looks dead and only implements plain and digest-md5.

Can anyone suggest a good library? Preferably an open-source implementation.

like image 428
Cohen Avatar asked Jul 21 '10 12:07

Cohen


2 Answers

This question can be updated. There is now the S22.SASL library for .NET which is much more complete.

https://github.com/smiley22/S22.Sasl

like image 103
SomeInternetGuy Avatar answered Oct 17 '22 04:10

SomeInternetGuy


In order to get this funcaiontly you will likly have to use a Python SASL library along with IronPython.

like image 34
rook Avatar answered Oct 17 '22 02:10

rook