1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Modified key

This commit is contained in:
Uncled1023 2017-06-11 00:06:00 -07:00
parent 181e20d86c
commit 6a43258809

View File

@ -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));