C# & .NET Core SRP Implementation Self-rolled implementation of Secure Remote Password (SRP) client and server, written in C# and .NET Core. Article: https://www.scottbrady91.com/PAKE/SRP-in-CSharp-and-dotnet-core For production scenarios, check out the Bouncy Castle implementation.