old-c-code/hexconv/README.txt

36 lines
1017 B
Plaintext

****** IMPORTANT: Hexconv comes with ABSOLUTELY NO WARRANTY
****** Please read the GPL for details.
******
****** Author - Shaun Marquardt
****** E-Mail -
******
****** This program is Copyright (c) 2003 Shaun Marquardt -
Hexconv README
With this release, it no longer matters if you have spaces in your hexidecimal string
or not. You can also have lowercase letters, if you like, instead of all uppercase.
Here's an example:
The text string "blah egg log mog fog"
Comes out hex: "626C616820656767206C6f67206d6f6720666F67"
You may also have spaces in the hex:
62 6C 61 68 20 65 67 67 20 6C 6F 67 20 6D 6F 67 20 66 6F 67
Which comes out string "b l a h e g g l o g m o g f o g"
Just like as if you didn't need to add any \x20 (spaces)
You can also have lowercase hex letters as so:
626c616820656767206c6f67206d6f6720666f67
And it returns the same "blah egg log mog fog"
Well, enjoy, and if you like my program, send money! :)
Thanks a lot for trying my programs! If you like, send money :) - Shaun