StreamReader and StreamWriterfor basic text file but now I need to read binary data.
I don't want to read binary data with a specific encoding. I am terrible at explaining but the algorithm re-arranges the binary characters and XOR's them similar to AES. How do I read the hex values(no encoding) and XOR them etc.
In C#


Sign In
Create Account


Back to top









