FAES::EncryptData

Encrypts a chunk of data using a specific key

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/AES.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/AES.cpp

Syntax

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

Remarks

Encrypts a chunk of data using a specific key

Parameters

Parameter

Description

Contents

the buffer to encrypt

NumBytes

the size of the buffer

Key

An FAESKey object containing the encryption key

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