Add scoreMessage
This commit is contained in:
@@ -10,8 +10,8 @@ public class CryptoHelpersTests
|
||||
public void EncryptAesGcm_And_DecryptAesGcm_RoundTrip_Works()
|
||||
{
|
||||
// Arrange
|
||||
var secretKey = "supersecretkey1234567890123456"; // 32 bytes
|
||||
var token = "0x1234567890abcdef-johndoe";
|
||||
var secretKey = "KaigenXCowchain"; // 32 bytes
|
||||
var token = "0xC6327E7191726EDBcaA7f8b7FBec147dc2A5d830-NotOsasa";
|
||||
|
||||
// Act
|
||||
var encrypted = CryptoHelpers.EncryptAesGcm(token, secretKey);
|
||||
|
||||
Reference in New Issue
Block a user