scripts
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Utilities
|
||||
{
|
||||
// Token: 0x020001C2 RID: 450
|
||||
[Token(Token = "0x2000126")]
|
||||
[StructLayout(3)]
|
||||
public static class Crypto
|
||||
{
|
||||
// Token: 0x06000FC4 RID: 4036 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x6000CD8")]
|
||||
[Address(RVA = "0x2476A90", Offset = "0x2475490", VA = "0x182476A90")]
|
||||
public static byte[] Sha256(string value)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x040006C7 RID: 1735
|
||||
[Token(Token = "0x40005B5")]
|
||||
private const string SALT_PREFIX = "Da04*b97p3Acg5Ew";
|
||||
|
||||
// Token: 0x040006C8 RID: 1736
|
||||
[Token(Token = "0x40005B6")]
|
||||
private const string SALT_SUFFIX = "c1O4&PcNFpx$e6@7";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user