Some times you may want to view the contents of a file in raw hex format. There are sophisticated hex editors like ghex that will show the file as bytes of hex and those other programs do advanced editing manipulations as well.
This program will simply show the contents of a file in hex: no editing is implemented.
If you are working with Symmetric Block Encryption and the block size is set to 8 bytes, which is a common block size, then this program may prove to be useful. On block of the input file is displayed as one physical line of output from this "File Viewer" program.
The program may be found here: activeprofessor ==> 4. Subjects ==> File viewer