This is the command modhex that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
modhex - convert data to/from modhex encoding
SYNOPSIS
modhex [-d] [-h] DATA
DESCRIPTION
Encode/decode modhex data DATA to binary and hex.
OPTIONS
The string DATA is the data to convert.
-d
Decode data (the default is to encode data).
-h
Use hex encoding for all non-modhex data.
EXAMPLES
ModHex encode ASCII-string "test":
modhex test
Decode ModHex data "ifhgieif" into ASCII string:
modhex -d ifhgieif
ModHex encode hex-encoded data "b565716f":
modhex -h b565716f
Decode ModHex data "nghgibhv" and print hex-encode data:
modhex -d -h nghgibhv
Use modhex online using onworks.net services