Table of Contents

Class AesHelper

Namespace
TaleWorlds.Diamond
Assembly
TaleWorlds.Diamond.dll
public static class AesHelper
Inheritance
AesHelper
Inherited Members

Methods

Decrypt(byte[], byte[], byte[])

public static byte[] Decrypt(byte[] encrypted, byte[] key, byte[] initializationVector)

Parameters

encrypted byte[]
key byte[]
initializationVector byte[]

Returns

byte[]

Encrypt(byte[], byte[], byte[])

public static byte[] Encrypt(byte[] plainData, byte[] key, byte[] initializationVector)

Parameters

plainData byte[]
key byte[]
initializationVector byte[]

Returns

byte[]

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).