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

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -