I need to save a users login information in encrypted form for this application im building but im not sure of the best place to save the file. I dont want to save it into the program apps folder as i want it per user.
So what is the best folder (or way) to save it into?
Edit: Using c++