Navigation
Unreal Engine C++ API Reference > 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 ANSICHAR &42; Key
&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 null terminated string that is a 32 bytes long |