Skip to content

Instantly share code, notes, and snippets.

View alexzautke's full-sized avatar

Alexander Zautke alexzautke

View GitHub Profile
@alexzautke
alexzautke / JWK Programm.cs
Last active January 16, 2023 22:33
CreativeCode.JWK HOW-TO
using System;
using CreativeCode.JWK;
using CreativeCode.JWK.KeyParts;
namespace JWK_Run
{
class Program
{
static void Main(string[] args)
{
@alexzautke
alexzautke / JWS Program.cs
Last active January 1, 2023 15:59
CreativeCode.JWS HOW-TO
using System;
using System.Text;
using CreativeCode.JWS;
using CreativeCode.JWK;
using CreativeCode.JWK.KeyParts;
namespace JWS_Run
{
class Program
{