I have a windows app that i have created. The first time you use it you need to enter in a software key. I write a file to the HDD and and every time the program is started again it checks to see if the file exists and reads the key. My problem is that i want to encrypt the key( at the moment i am using a streamwriter and you can view the file in Notepad) so that it cant be viewed. Is this possible?