Converting files to Hex Strings

Outline

Let's say we have a large binary file we want to ex-filtrate, we can convert that binary to it's Hexadecimal string representation and send the data in chunks back to our server.

Last updated