Skip to content

Instantly share code, notes, and snippets.

View insidERR82's full-sized avatar

insidERR82

  • Germany
View GitHub Profile
@jafetsanchez
jafetsanchez / RijndaelCrypt.cs
Created July 13, 2011 11:31
Rijndael on C# and Java
#region Using
using System;
using System.Security.Cryptography;
using System.Text;
#endregion
namespace YourApp.Security.Cryptography
{