Don't leave your game's data in plain text for hackers to tinker with. CryptoPrefs keeps your data safe by encrypting it and storing it in a proprietary binary format while also giving you access to a larger set of data types than PlayerPrefs allows.
Features
* Simple to migrate from PlayerPrefs
* Data is encrypted with a secret key you choose
* Optionally encrypt data with different keys for every device
* Store complex data types like arrays, bit flags, colors, and much more!
* Includes editor extension to view and modify CryptoPrefs data
* Extremely fast! Encryption happens only on file read and write
* Works with cloud sync technologies
* Built to work on any build target