I recently upgraded my router's software (firmware) recently using a third party firmware, and knowing some dedicated developers, it seems to be much more stable than the original. However, there was a small issue, the password for WiFi needed to be in hexadecimal (HEX code) instead of the usual normal text (ASCII code) and it required spaces in between... no text conversion options... I guess the developers preferred it that way.So I went online looking for a lightweight utility that I could fit into my USB thumbdrive that has the least amount of hassle to convert passwords such as this:
damnUneed1234
to outputs exactly like this:
64 61 6D 6E 55 6E 65 65 64 31 32 33 34
yes... I (or shall I say, the router wanted) hexadecimal output seperated with spaces.


