Simple Encryption (Md5, Base64, AES, RSA)

Simple Encryption is a crossplatform data encryption plugin. You can simply encrypt and decrypt data with one line of code, compute hashes and create digital signatures.

Features
● Compute MD5 hashes
● Protect saved games with PlayerPrefsEncrypted
● Protect RAM in your apps and games with B64R, B64X (fast but weak)
● Encrypt saved games and other important data with strong encryption (AES, RSA)
● Create and check digital signatures (RSA)
● Clean and simple code
● Any platform

Usage
● Md5.ComputeHash(text)
● Base64.Encode(text)
● B64R.Encode(text)
● B64X.Encrypt(text, "password")
● AES.Encrypt(text, "password")
● Refer to Example.cs for more examples

Support
Discord - questions, live chat with developers

The asset icon was made by SBTS2018.

It would be super awesome if you rate ★★★★★ my asset and leave your feedback! Your reviews inspire me for creating and improving my assets, thanks!