I'm trying to store an IP address, and a username and password to that FTP site in a file on disk that will be read by a program of mine. Security isn't very important, but I want something better than storing in plain text.
Basically simpler is better, how I can do some kind of basic encryption when I write the file, and then somehow be able to extract the info when needed (from within my program only, doesn't need to actually decrypt the file on disk)?
Thanks everyone.
PS - VC++ 6.0, WinXP
Basically simpler is better, how I can do some kind of basic encryption when I write the file, and then somehow be able to extract the info when needed (from within my program only, doesn't need to actually decrypt the file on disk)?
Thanks everyone.
PS - VC++ 6.0, WinXP