What is a way i can encode information into a binary file using BinaryWriter. Without anybody being able to see the information.
What i am creating needs to be able to load a binary file (& read it using BinaryReader) and interpret the data.
So for example i had a set of instructions like
op1
op2 variable
op3
op4 string "Hello World"
How can i put that and other files into a binary file without anybody seeing the data.