Spotlight Sale: Save 50% on select Props now through October 7.

LE Encryption

Low Entry - Code Plugins - Jun 2, 2016

This plugin provides you with Blueprints to encrypt bytes.

  • Supported Platforms
  • Supported Engine Versions
    4.11 - 4.27, 5.0 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Preview: youtube.com/watch?v=3XaaSjKA5Sw


The Encryption plugin provides you with Blueprints to encrypt bytes, so they can safely be stored or send across the network.


The most important feature of this plugin is that this plugin has also been designed to be used in conjunction with a server programmed in Java, like an account server or a match making server for example.

To make this possible, the encryption algorithms have also been programmed in a Java library, which has been made free and open source.

The Java library is available here.


PS: you can convert bytes to and from string (and more) with the LE Extended Standard Library plugin (which is free)


Technical Details

Number of Blueprints: 11 (can change over time)

Features:
• Encryption and decryption of bytes using passwords (AES)
• Encryption and decryption of bytes using public/private keys (RSA)
• Generation of cryptographically secure random bytes

More features or algorithms might be added later if there is a need for it.

Intended Platform: All
Platforms Tested: Windows, Mac and Linux (bugs found on any platform will be fixed)
Documentation Included: Each Blueprint node has a small and meaningful description, which can be viewed in the editor directly.
Important\Additional Notes:
- This plugin only uses UE4 C++ code, no other 3rd party solutions are being used. This ensures maximum stability and compatibility.