Table of Contents

Enum AesContext.Mode

Namespace
Godot
Assembly
GodotSharp.dll
public enum AesContext.Mode : long

Fields

CbcDecrypt = 3

AES cipher blocker chaining decryption mode.

CbcEncrypt = 2

AES cipher blocker chaining encryption mode.

EcbDecrypt = 1

AES electronic codebook decryption mode.

EcbEncrypt = 0

AES electronic codebook encryption mode.

Max = 4

Maximum value for the mode enum.