Foreign Transmission Detected (DBO)

by Decom @, Wednesday, October 09, 2013, 15:22 (3850 days ago) @ Decom
edited by Decom, Wednesday, October 09, 2013, 15:33

737865a6de79ceffd44c86feb36ea480ef083dbecccdf71077dc044e218243f6

We might need to convert this hex into a binary file instead of passing it in as a string. I think this is done with
echo 737865a6de79ceffd44c86feb36ea480ef083dbecccdf71077dc044e218243f6 | xxd -r -p > enc.bin.

However, on my system, when I go to verify that it worked with hexdump enc.bin, the byte order has changed (see: host order vs network order). I'm not sure if xxd is the one reversing the byte order of it's hexdump. I determined that it was just hexdump that was reversing it since I created a test text file and dumped it with both hexdump and xxd and the xxd output printed my text in the correct order.


Complete thread:

 RSS Feed of thread