Skip to content

Instantly share code, notes, and snippets.

View abakam's full-sized avatar

Abraham Akam abakam

View GitHub Profile
@abakam
abakam / .cs
Last active October 30, 2020 13:17
Helper methods for decrypting Cipher (hex encoded string) given the IV and key for the Find Treasure Game using C#
using System;
using System.IO;
using System.Security.Cryptography;
using System.Text;
namespace FindTreasureApp.Services
{
public class Decryption
{
const string keyString = "57067125438768260656188878670043";