I am trying to find a way to make my own file format in C++ so when I save files in my Client folder or Server folder you can't read the files it is a security thing too.
Printable View
I am trying to find a way to make my own file format in C++ so when I save files in my Client folder or Server folder you can't read the files it is a security thing too.
Fundamentally you are saying that you want the files to be encrypted, correct?
I guess you could put it that way.
If you found anything useful about how to do this, please share! :PQuote:
Originally Posted by Tivoilos