Hi,
As shown in the topic, is it possible to hack a num-value from a table using the ‘require(“loadsave”)’, from the tutorial in the blog ?
Hi,
As shown in the topic, is it possible to hack a num-value from a table using the ‘require(“loadsave”)’, from the tutorial in the blog ?
do you mean, can someone edit a saved table in the documents directory and modify or read a value from that JSON encoded table?
Quick Answer: Yes, if the person has admin rights on their device and knows how to navigate the OS.
Slightly Longer Answer: This is easier on Android than on iOS devices, so if you’re on iOS you’re pretty safe, but no so much on Android. Having said that, if you’re storing sensitive data, DO NOT do so w/o encoding it.
do you mean, can someone edit a saved table in the documents directory and modify or read a value from that JSON encoded table?
Quick Answer: Yes, if the person has admin rights on their device and knows how to navigate the OS.
Slightly Longer Answer: This is easier on Android than on iOS devices, so if you’re on iOS you’re pretty safe, but no so much on Android. Having said that, if you’re storing sensitive data, DO NOT do so w/o encoding it.