FAES

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AES.h

Include

#include "Misc/AES.h"

Syntax

struct FAES

Functions

Name Description

Public function Static

void

 

DecryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const FAESKey& Key
)

Decrypts a chunk of data using a specific key

Public function Static

void

 

DecryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const ANSICHAR* Key
)

Decrypts a chunk of data using a specific key

Public function Static

void

 

DecryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const uint8* KeyBytes,
    uint32 NumKeyBytes
)

Decrypts a chunk of data using a specific key

Public function Static

void

 

EncryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const FAESKey& Key
)

Encrypts a chunk of data using a specific key

Public function Static

void

 

EncryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const ANSICHAR* Key
)

Encrypts a chunk of data using a specific key

Public function Static

void

 

EncryptData

(
    uint8* Contents,
    uint32 NumBytes,
    const uint8* KeyBytes,
    uint32 NumKeyBytes
)

Encrypts a chunk of data using a specific key

Classes

Name

Description

Public struct

FAESKey

Class representing a 256 bit AES key

Constants

Name

Description

AESBlockSize

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss