Enclave.NET: A Secure-ish Crypto Execution Module Published Aug 22, 2017 | Posted in .NET Here's a foundation to build a module for processing your secrets outside your application. Read Article About Steve Syfuhs Steve Syfuhs is a developer on the Windows Authentication team at Microsoft. Read More about Steve Mastodon github.com/SteveSyfuhs
Finding and Killing the Process that Opened Your Port Published Aug 4, 2023 Finding the process that opened a port is a pain. Doubly so in .NET. Read Article | Windows
Bruce: A Command Line Kerberos.NET Management Tool Published Sep 11, 2020 A new command line tool called Bruce has been created for managing Kerberos and Kerberos.NET... things. Read Article | Kerberos.NET
Setting Build Versions for Visual Studio Online Published Aug 19, 2017 Build versions are critical for managing releases out in the wild. Here's how to set them. Read Article | .NET
Automated Package Deployments using Visual Studio Online Published Aug 19, 2017 Automating package release using Visual Studio Online. Read Article | .NET
Automated Builds of Kerberos.NET Using Visual Studio Online Published Aug 19, 2017 How to automate builds using Visual Studio Online. Read Article | .NET
Porting Kerberos.NET to .NET Core Published Aug 11, 2017 How I ported Kerberos.NET to .NET Core. Read Article | .NET
Active Directory Claims and Kerberos.NET Published Jul 29, 2017 Kerberos.NET now supports claims presented by Active Directory. Read Article | .NET
On Adding AES Support to Kerberos.NET Published Jul 10, 2017 The AES cryptographic algorithm was added to the Kerberos.NET library. Read Article | .NET
Kerberos.NET: A Managed Ticket Validator Published Mar 19, 2017 I built a Kerberos library in managed code. Check it out. Read Article | .NET
Creating Authority-Signed and Self-Signed Certificates in .NET Published Feb 9, 2014 An sample library that shows how to generate authority-signed certificates in .NET. Read Article | .NET