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
(
uint8 * Contents,
uint64 NumBytes,
const ANSICHAR * Key
)
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 |