Jump to content
  • 0

Encrypt saved values


animehack

Question

So in my script i use the following to load and save results and was wondering how can i encrypt these so if someone where to finds them they cant open them and see whats saved.

 

Save value:

gg.addListItems(gg.getResults(gg.getResultsCount()))

gg.saveList("/sdcard/Values.txt")

 

Load value:

gg.loadList("/sdcard/Values.txt")

gg.loadResults(gg.getListItems())

gg.clearList()

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.