Secure Store
Keep all your data safe.(source code version)
With this script you can easily encrypt and dec ...
by icedev576
Price History +
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