Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • That would ofcourse do it. If I may ask, do you know how other files do it? Like Databases etc? Commented Jun 18, 2016 at 13:15
  • @KevinJensenPetersen Depends how much security you want? If you want it to be secure, use encryption. Google symmetric encryption for example. But then you may need to take care of key management, etc. Commented Jun 18, 2016 at 13:16
  • You can also use a DeflateStream. As an added bonus you'll be saving a few bytes. Commented Jun 18, 2016 at 13:17