This listing has not been migrated to FAB by the seller. It is only available to use from your Vault in the Epic Games Launcher.Learn more about Fab

Crypt++ - Cryptography nodes for Blueprints

Jakub Karolik - Code Plugins - Jul 4, 2018
4
4.75 out of 5 stars(4 ratings)
  • 75%
  • 25%
  • 0%
  • 0%
  • 0%

Easy to use Blueprint nodes for cryptography: Caesar, XOR and AES Ciphers.

  • Supported Platforms
  • Supported Engine Versions
    4.18 - 4.22
  • 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.

This asset contains a bunch of Blueprint nodes (written in C++) that allows you to en/decrypt your messages with several ciphers, such as Caesar, XOR and AES (ECB, CBC and CTR). Each cipher supports both FString and Byte TArrays allowing ease of use along with the helper functions to give you more control over what type of data you would like to get.


In case of any bugs appearance or feature request - contact me with Support option in Plugins Manager or directly through email. I'll do it as fast as I can.

Technical Details

Features:

  •  Caesar cipher
  • XOR cipher
  •  AES ciphers: ECB, CBC, CTR
  •  Conversions between decimal, binary and hexadecimal systems

Code Modules:

  •  Crypt, Runtime

Number of Blueprints: 0

Number of C++ Classes: 1

Network Replicated: No

Supported Development Platforms: Win64, Win32, Linux, MacOS

Supported Target Build Platforms: Win64, Win32, Mac, Linux, PS4, XboxOne

Documentation: https://docs.google.com/document/d/1dLbJahSgIuARnePRY9vTiKlhdMtyx_gqkLroXtYKyqc/edit?usp=sharing

Tags

CRYPTOGRAPHYCONVERSIONSBLUEPRINTSSECURITYCODE PLUGIN