
- Версия Unreal Engine
- 5.1
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.