playMaker

Author Topic: PlayerPrefs Int with Hash (MD5 or SH1)  (Read 2604 times)

dudebxl

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