Skip to content

Instantly share code, notes, and snippets.

View wahyusurya's full-sized avatar
🎯
Focusing

Wahyu Surya Dharma wahyusurya

🎯
Focusing
View GitHub Profile
@wahyusurya
wahyusurya / RijndaelCrypt.cs
Created June 13, 2018 17:16 — forked from jafetsanchez/RijndaelCrypt.cs
Rijndael on C# and Java
#region Using
using System;
using System.Security.Cryptography;
using System.Text;
#endregion
namespace YourApp.Security.Cryptography
{