Skip to content

Instantly share code, notes, and snippets.

View marcioalthmann's full-sized avatar

Márcio Fábio Althmann marcioalthmann

View GitHub Profile
@scottlowe
scottlowe / OpenSslAes.cs
Created November 30, 2011 23:38
OpenSSL AES CBC 256 in .NET for interop with Ruby
using System;
using System.Collections.Generic;
using System.IO;
using System.Security.Cryptography;
using System.Text;
namespace dotnet_aes
{
public class OpenSslAes
{