Skip to content

Instantly share code, notes, and snippets.

View bosima's full-sized avatar
🎯
Focusing

bosima bosima

🎯
Focusing
View GitHub Profile
@canton7
canton7 / RSAConverter.cs
Last active July 1, 2022 08:28
C# class to convert OpenSSL private keys into PuTTY'-format private keys. Can't handle encryption or anything else funky
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
// Usage: