c# - Hide XML data in a WPF Application -


i creating app in wpf. need store data related user. had figured how create folder in documents , stored data in xml file.

but problem it editable persons , change value in xml file.

is there way hide information? or need make choice storing data?

you use compression password protection save data in .zip file. application can decompress zipped file xml original , read settings there. can use sharpziplib nuget achieve this.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -