dseaver
IS-IT--Management
- Jul 13, 2006
- 467
I am programming an open source project in my spare time that syncs WinMo 5 with my google calendar (I know there are products out there, I just want to challenge myself and code my own). So far, I store some of the basic information in an XML file, but I have decided not to store the user's password in that file since it would be stored in plain text. What type of set up would I need to encrypt this file? If I create one encryption key and hard code it, a person would just need to access this code in the source to be able to open up the other file to get to the password. Should I just have it so the user enters the password when the open the program or try to encrypt the data?