Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: dudebxl on June 10, 2015, 04:38:36 AM

Title: PlayerPrefs Float with Hash (MD5 or SH1)
Post by: dudebxl on June 10, 2015, 04:38:36 AM
Protect your playerprefs float data. Any tampering and the float becomes 0f

Tip: use strong password and for extra strong if needed build the string password on load with the PC/device ID so that it is unique to the hardware.
Without a password it is possible to brute force with a dictionary the md5 hash.