Skip to content

HttpAes plugin for Http/Https request data encryption and decryption

Notifications You must be signed in to change notification settings

caiyuncheng/UnrealEngine_Plugins_HttpAes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文文档English Document

Please note that before purchasing, please verify whether the encryption and decryption results are consistent with expectations

Encryption, decryption test result link

1.Edit-Plugin-Installed-http option, then check to enable HttpAes, and restart the editor as prompted.

image

2.How to use blueprints

image

3.How to use CPP

3.1. In the .Build.cs file

   PublicDependencyModuleNames.AddRange(new string[] { "HttpAes" });

   or

   PrivateDependencyModuleNames.AddRange(new string[] { "HttpAes" });

3.2. #include "HttpAesUtil.h"

3.3 method

image

About

HttpAes plugin for Http/Https request data encryption and decryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published