Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAES > API/Runtime/Core/Misc/FAES/EncryptData
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 |
static void EncryptData
&40;
uint8 &42; Contents,
uint64 NumBytes,
const uint8 &42; KeyBytes,
uint32 NumKeyBytes
&41;
Remarks
Encrypts a chunk of data using a specific key
Parameters
Name | Description |
---|---|
Contents | the buffer to encrypt |
NumBytes | the size of the buffer |
Key | a byte array that is a 32 byte length |
NumKeyBytes | length of Key byte array, must be 32 |