Publisher | Hippo |
---|---|
File size | 234.58kB |
Number of files | 11 |
Latest version | 1 |
Latest release date | 2024-08-18 11:27:13 |
First release date | 2017-02-03 09:26:22 |
Supported Unity versions | 2018.4.2 or higher |
Simple Encryption is a crossplatform data encryption plugin.
Use cases:
● Computing hashes (Md5)
● Protecting saved games (PlayerPrefsEncrypted)
● Protecting game variables in RAM
● Dealing with digital signatures (RSA)
Features:
● Compute Md5 hash
● Protect RAM in your apps and games
● Encrypt data with strong encryption (AES, RSA)
● Encrypt data with fast encryption (B64R, B64X)
● Digital signing and signature verification (RSA)
● PlayerPrefsEncrypted
● 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.
Use cases:
● Computing hashes (Md5)
● Protecting saved games (PlayerPrefsEncrypted)
● Protecting game variables in RAM
● Dealing with digital signatures (RSA)
Features:
● Compute Md5 hash
● Protect RAM in your apps and games
● Encrypt data with strong encryption (AES, RSA)
● Encrypt data with fast encryption (B64R, B64X)
● Digital signing and signature verification (RSA)
● PlayerPrefsEncrypted
● 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!