Simple Encryption (Md5, Base64, AES, RSA)
A cross-platform data encryption plugin for Unity, providing simple encryption and decryption, hash computation, and digital signatures.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $4.99
- Category:
- Tools › Input-management
- Developer:
- Hippo
- Price:
- $4.99
- Rating:
- Favorites:
- 113
- Download Size:
- 234.58 KB
- Current Version:
- 1.2
- Supported Unity Version:
- 2021.3.41 or higher
- Last Update:
- Aug 18, 2024
- Original Release:
- Feb 3, 2017
- Description:
- Simple Encryption is a Unity package that offers a range of encryption and decryption features for developers. Key features include:
* Computing MD5 hashes
* Protecting saved games with PlayerPrefsEncrypted
* Protecting RAM in apps and games with B64R and B64X
* Encrypting saved games and data with strong encryption (AES, RSA)
* Creating and checking digital signatures (RSA)
* Clean and simple code
* Cross-platform compatibility
The package provides a range of methods for encryption and decryption, including:
* 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 is available through a live chat with the developers. - Technical Details:
- The package is designed to be easy to use and integrate into Unity projects. It provides a range of encryption and decryption methods, making it a useful tool for developers looking to protect their data. The package is cross-platform, making it suitable for a wide range of projects.
- continue »