Skip to content

Instantly share code, notes, and snippets.

@alikazai
alikazai / openssl_commands.md
Created January 30, 2023 15:57 — forked from Hakky54/openssl_commands.md
Some list of openssl commands for check and verify your keys

OpenSSL 🔐

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl
@alikazai
alikazai / ViewRenderer.cs
Created October 10, 2019 16:05 — forked from harvzor/ViewRenderer.cs
C# ViewRenderer
using System;
using System.Web;
using System.Web.Mvc;
using System.IO;
using System.Web.Routing;
namespace YourNamespace
{
/// <summary>
/// Class that renders MVC views to a string using the