is there a way for a more secure data storage from within an OF app?
something like SFHFKeychainUtils for ios?
I noticed there is a serialize() function inside the ofxxmlSettings class but I can’t figure out how to use it…
in the ofxXmlSettings there is a:
XML.serialize(const ofAbstractParameter ¶meter)
what is the ofAbstractParameter class?
then there is the abstract ofBaseFileSerializer with the save/load functions…
can someone post some sample code of how to implement these things correctly?
Do they even do what I want them to do or are they there for a completely different purpose?
the ofxUnzip addon might also work … but that needs a lot of extra work …
any Ideas on how to save-load more securely the ofxxmlsettings?