Playmaker Forum

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

Title: PlayerPrefs Int with Hash (MD5 or SH1)
Post by: dudebxl on June 10, 2015, 04:35:03 AM
Protect your playerprefs int data. Any tampering and the int becomes 0

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.