// Assembly: ACTk.Runtime
// Full name: CodeStage.AntiCheat.Utils.CryptoUtils

namespace CodeStage.AntiCheat.Utils
{
public class CryptoUtils // TypeDefIndex: 10978
{
	// Fields
	type#20892 BufferSize;
	type#15468 Iterations;
	type#15468 AesSaltLengthBytes;
	type#15468 AesKeyLengthBytes;
	type#15468 Rc2SaltLengthBytes;
	type#15468 Rc2KeyLengthBytes;

	// Methods
	// RVA: -1
	public static type#28660 EncryptAes(type#26548 input, type#26548 output, type#12860 password) { }
	// RVA: -1
	public static type#28660 DecryptAes(type#26548 input, type#26548 output, type#12860 password) { }
	// RVA: -1
	public static type#28660 EncryptRc2(type#26548 input, type#26548 output, type#12860 password) { }
	// RVA: -1
	public static type#28660 DecryptRc2(type#26548 input, type#26548 output, type#12860 password) { }
	// RVA: -1
	private static type#28660 EncryptInternal(type#26548 input, type#26548 output, type#12860 password, type#15455 keyLength) { }
	// RVA: -1
	private static type#28660 DecryptInternal(type#26548 input, type#26548 output, type#12860 password, type#15455 keyLength, type#15455 saltLength) { }
}
}
