Publisher | icedev576 |
---|---|
File size | 228.56kB |
Number of files | 5 |
Latest version | 1 |
Latest release date | 2015-08-27 08:02:25 |
First release date | 2013-09-25 10:27:09 |
Supported Unity versions | 2018.4.2 or higher |
Keep all your data safe.(source code version)
With this script you can easily encrypt and decrypt:
- A standard string
- Any file
- Any stream
You can directly serialized objects into an encrypted file, the usage is quick and easy. Use this for store payment information, in-app purchase, player score, other user data or anything else. It is using AES-256 algorithm for encrypting, and SHA-256 algorithm for generating private key from password.
Example scene and script is included and covering all use-cases.
https://github.com/icedev576/securestore
With this script you can easily encrypt and decrypt:
- A standard string
- Any file
- Any stream
You can directly serialized objects into an encrypted file, the usage is quick and easy. Use this for store payment information, in-app purchase, player score, other user data or anything else. It is using AES-256 algorithm for encrypting, and SHA-256 algorithm for generating private key from password.
Example scene and script is included and covering all use-cases.
https://github.com/icedev576/securestore