playMaker

Author Topic: PlayerPrefs Float with Hash (MD5 or SH1)  (Read 2693 times)

dudebxl

  • Hero Member
  • *****
  • Posts: 602
PlayerPrefs Float with Hash (MD5 or SH1)
« 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.
« Last Edit: June 15, 2015, 10:11:13 AM by dudebxl »