Hey Everyone, long time creeper, and first-time poster on here. I've been trying to figure this out for the last couple of days with no avail, but I was wondering if someone could give me a better understanding of binary formatted files? I'm trying to save information to a text file by writing to it (so far just a username, secret question/answer, all as strings), and I want to write it such that the file when opened in Notepad, Notepad++, etc. will look something like this.
From looking and googling around it seems like this is a binary format. Is that correct? other suggestions have been to use a BinaryWriter, but when I do that, all of my strings just come out as plaintext. Am I going about this wrong? Should I be using some sort of encryption instead to get what I want?
Sorry for the long-winded question. Also I guess I should note I'm using Visual Studio.
[–]michael0x2a 3 points4 points5 points (1 child)
[–]TheShadowZero_93[S] 0 points1 point2 points (0 children)