51 lines
906 B
Plaintext
51 lines
906 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"FriendlyName" : "AES GCM network packet handler",
|
|
"Description" : "Provides a packet handler component to do AES GCM encryption and decryption.",
|
|
"Category" : "Misc",
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
"CreatedByURL" : "https://epicgames.com",
|
|
"DocsURL" : "",
|
|
"MarketplaceURL" : "",
|
|
"SupportURL" : "",
|
|
"EnabledByDefault" : false,
|
|
"CanContainContent" : false,
|
|
"IsBetaVersion" : false,
|
|
"Installed" : false,
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "AESGCMHandlerComponent",
|
|
"Type" : "Runtime",
|
|
"LoadingPhase" : "Default",
|
|
"PlatformAllowList":
|
|
[
|
|
"Android",
|
|
"IOS",
|
|
"Mac",
|
|
"Win64",
|
|
"Linux",
|
|
"LinuxArm64",
|
|
]
|
|
}
|
|
],
|
|
"Plugins":
|
|
[
|
|
{
|
|
"Name": "PlatformCrypto",
|
|
"Enabled": true,
|
|
"PlatformAllowList":
|
|
[
|
|
"Android",
|
|
"IOS",
|
|
"Mac",
|
|
"Win64",
|
|
"Linux",
|
|
"LinuxArm64",
|
|
]
|
|
}
|
|
]
|
|
}
|