Plugin exposing easy to use cryptographic algorithms for security purposes.
This is a blueprint library plugin.
It exposes 40+ functions to handle cryptographic algorithms to secure your application
Useful to encrypt data to send it across the network or to save it onto a machine
You can also verify the integrity of a message or sign a message to prove its authenticity
Can be used in any blueprint
Features
Various use cases (Hash/Digest, HMAC, Salt, Symmetric encryption, Asymmetric encryption)
Large range of recent algorithm available (MD5, SHA, KECCAK, AES, BLOWFISH, RSA, …)
Handle Bytes/String/File data in an efficient way (buffering) when the input is too long to be loaded in memory
Utility functions to convert data (HEX, Base64, UTF-8)
Original_Link_https://unrealengine.com/marketplace/en-US/product/crypto-helper-bp-library