XML : prevent users from seeing application data

i have an desktop application in c# for reminding me english words that i submitted there ( it's for learning english language ) , all the data of the app go's into some XML files instead of databases like mysql or sqlserver or . . . now everything is Ok but i don't know how to prevent users of this app from seeing this data directly by opening files or removing the data when using the app , because i'm putting these files simply in executable file folder of the app and also i don't want to put these data in Windows Drive in order to prevent the files from being removed when OS is changed or removed . any help will be appriciate

No comments:

Post a Comment