/sslgui

Very simple SSL gui to decode certs and remove password from RSA private key

Primary LanguageVisual Basic

Introduction

This super-simple program, written in one hour, is used for:

  • print the content of a X509 certificate (CN, SAN, Validity period, Serial Number)
  • unencrypt RSA private key

You can drag&drop or copy&paste che certificate into the text area.

Requirements

  • OpenSSL library (Install-Package ManagedOpenSsl32 with nuget)