Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAES > API/Runtime/Core/Misc/FAES/DecryptData
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 DecryptData
&40;
uint8 &42; Contents,
uint64 NumBytes,
const ANSICHAR &42; Key
&41;
Remarks
Decrypts 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 |