From 6a43258809d71bba80c7ec0fba88693558c9d62c Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Sun, 11 Jun 2017 00:06:00 -0700 Subject: [PATCH] Modified key --- UtilitiesTests/Cryptography/Aes128Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UtilitiesTests/Cryptography/Aes128Tests.cs b/UtilitiesTests/Cryptography/Aes128Tests.cs index 4f1f641..1be8561 100644 --- a/UtilitiesTests/Cryptography/Aes128Tests.cs +++ b/UtilitiesTests/Cryptography/Aes128Tests.cs @@ -15,7 +15,7 @@ namespace Teknik.Tests.UtilitiesTests.Cryptography public void Aes128DataTest() { string secret = "426KOBTS66KYLFLQ"; - string key = "u1GIRvmnIFFHLov"; + string key = "8fj3Ff83nfQoe01"; // Get the Encryption Key from the git secret key byte[] keyBytes = MD5.Hash(Encoding.UTF8.GetBytes(key));