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 bytesMore features or algorithms might be added later if there is a need for it. Intended Platform: AllPlatforms 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.

蓝图数量:11(可以随时间变化)特点••使用密码(AES)加密和解密字节•使用公钥/私钥(RSA)加密和解密字节*生成密码安全的随机字节更多的功能或算法可能会在需要时添加。 预期平台:所有平台测试:Windows、Mac和Linux(在任何平台上发现的错误将被修复)文档包括:每个蓝图节点都有一个小而有意义的描述,可以直接在编辑器中查看。重要\附加说明:-此插件仅使用UE4c++代码,未使用其他第三方解决方案。 这确保了最大的稳定性和兼容性。










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)

预览: youtube.com/watch?v=3XaaSjKA5Sw

加密插件为您提供了加密字节的蓝图,因此它们可以安全地存储或通过网络发送。

这个插件最重要的特点是,这个插件也被设计成与Java编程的服务器一起使用,比如一个帐户服务器或一个匹配服务器。

为了实现这一点,加密算法也被编程在一个Java库中,该库已经被免费和开源。

Java库可用 这里.

PS:您可以使用 LE扩展标准库插件 (这是免费的)

声明:本站所有资源都是由站长从网络上收集而来,如若本站内容侵犯了原著者的合法权益,可联系站长删除。