Skip to content

Instantly share code, notes, and snippets.

View michaelnero's full-sized avatar

Michael Nero michaelnero

  • Amsterdam, Netherlands
  • 10:53 (UTC +01:00)
View GitHub Profile
@InfectedBytes
InfectedBytes / XTEA.cs
Created October 22, 2017 12:05
XTEA encryption for C#
/*
* Helper class for XTEA en/decryption of arbitrary data.
*
* Copyright (c) 2017, Henrik Heine
*/
using System;
using System.IO;
using System.Text;