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
Post a Comment