Page 1 of 1

Security

Posted: Fri Sep 06, 2019 11:51 am
by Johnson
Hi,

There's any way of making the users can't see the easy save 3 files? I want to avoid they edit them.

Thank you!

Re: Security

Posted: Sat Sep 07, 2019 9:23 am
by Joel
Hi there,

There's no way of stopping people from editing files stored on their own computer, but you can use encryption to obfuscate the data: https://docs.moodkie.com/easy-save-3/es ... ncryption/

Or you can store the data on a MySQL server and load it directly from there, meaning no data is stored on the users device (note that this requires that you have your own server with PHP and MySQL): https://docs.moodkie.com/easy-save-3/es ... -es3cloud/

All the best,
Joel

Re: Security

Posted: Mon Sep 09, 2019 11:16 pm
by Johnson
Hi!

I have managed to get the ES3 files encrypted, but I use the cloud.sync because I am interested in synchronizing the es3 files with the SQL, the problem is that when the files are uploaded to the Sql, they are uploaded without encryption so when they are downloaded because of a modification in the server file, they are downloaded without encryption too. I tried setting the password and encryption mode programmatically in the sync mode without results. Sorry for the inconveniences!

Thank you!!

Re: Security

Posted: Tue Sep 10, 2019 5:40 pm
by Joel
Hi there,

I don't appear to be getting this at my end, though there was a bug like this in a previous version. I would first check that you're updated to the latest version.

Also check that you're enabling encryption when creating your ES3File, as this determines whether encryption is enabled rather the than settings of the ES3Cloud.

All the best,
Joel

Re: Security

Posted: Sat Sep 14, 2019 6:03 pm
by Johnson
I updated to the last version and it works.

Thank you so much!!!!

Re: Security

Posted: Sat Sep 14, 2019 8:23 pm
by 88888888
What about ES3 Cloud Upload File? I figured out how Easy Save works thanks for help but still there is a problem that ES3 Cloud Upload File doesn't work when I try to upload data from memory! it works good when location is set as "File" or "Pleyer Prefs"but as I want to store passwords of users I don't want to upload save file inside user's hard drive. So I need to know is that possible to upload save file directly from ES3 to my server? because it doesn't work when I set location mood as "memory".

Re: Security

Posted: Mon Sep 16, 2019 4:39 pm
by Joel
88888888 wrote:What about ES3 Cloud Upload File? I figured out how Easy Save works thanks for help but still there is a problem that ES3 Cloud Upload File doesn't work when I try to upload data from memory! it works good when location is set as "File" or "Pleyer Prefs"but as I want to store passwords of users I don't want to upload save file inside user's hard drive. So I need to know is that possible to upload save file directly from ES3 to my server? because it doesn't work when I set location mood as "memory".
Hi there,

Please could you make a new thread for this issue as this seems that this is unrelated to this thread.

All the best,
Joel