yichael 475f583edd init 4 年之前
..
Resources 475f583edd init 4 年之前
Source 475f583edd init 4 年之前
.gitattributes 475f583edd init 4 年之前
.gitignore 475f583edd init 4 年之前
.gitmodules 475f583edd init 4 年之前
.gitmodules.swp 475f583edd init 4 年之前
LICENSE 475f583edd init 4 年之前
README.md 475f583edd init 4 年之前
SodiumUE4.uplugin 475f583edd init 4 年之前

README.md

About SodiumUE4

An easy to use public and private cryptography plugin for Unreal Engine 4 based on libsodium.

It currently works only on Win64 builds of UE4. Eventually Mac and Android is planned. The plugin is very simple (due to portable nature of libsodium), so it works on most versions of UE4.

Last tested on: 4.19.2

Installation

  1. git clone --recursive this repo to your UnrealProject/Plugins/ folder.
  2. Compile Source\ThirdParty\libsodium\libsodium.sln first, this will generate the sodium library. Use x64 and Release options as target.
  3. Regenerate code for your UE4 project (right click YourGame.uproject to do it)
  4. Add "SodiumUE4" to YourGame.Build.cs in PublicDependencyModuleNames
  5. Open and Build your game in Visual Studio.
  6. Start editor as usual, allow it to compile SodiumUE4, this should only happen once.
  7. Build/Package your game as you normally would.

License

https://opensource.org/licenses/MIT

libsodium license:

https://opensource.org/licenses/ISC

Usage

Public encryption