Skip to content
Media 0 for listing NetShield - SSL/TLS, TCP & More!

Description

Preview: https://youtu.be/uuvnxJZE6hM

NetShield is an easy to use library that let's you use SSL/TLS, TCP, AES, SHA and BASE64 using Blueprints!

SSL/TLS

NetShield allows you to easily connect to a secure SSLv3 or TLS server by using 1 node. Once you've established your connection, you can use the send and receive nodes to send data & the close node to close the connection to your server. No more worrying about bytes, malloc and all those things! It's handled completely transparently.

TCP Sockets

Don't want secured sockets? NetShield allows you to communicate over TCP using the same method as SSL/TLS uses. Simply uncheck a box and your ready to go!

Managed Interface

Not interesting in the low-level socket stuff? NetShield offers a managed interface with callbacks & requests that allows you to effortlessly implement the system in Unreal Engine. The managed interface both both SSL/TLS and unsecured TCP!

AES

Want to do some client-side encryption? AES is probably your best bet. Easily transfer your string to bytes, and use AES-128 and AES-256 to encrypt your data.

SHA

Want to hash something like a password client-side? Use the industry standard SHA algorithms. NetShield supports SHA-1, SHA-256 and SHA-512!

BASE64

Got something that you want to represent in base64? NetShield supports base64 encoding and decoding by simply using a single node.

Documentation: https://docs.h2cstudios.com/NetShield

Included formats

  • logo of Unreal Engine format