I am storing account data for my application in the "application data" local directory. I am curious to understand the proper (or a correct) way to secure this file.
As it stands, it's a simple text file. Can I simply zip it with AES 256bit encryption? Is that safe enough? Of course, then inside my program I need to store the key, so is this a risk?
What's the best method?
Cheers, Adrian