A simple tool for converting hex values to ASCII string This script can convert hex-encoded strings to human readable form. It uses the binascii module in python to perform the function.
To execute this give execute permissions or just put python infront of script.
Execute the script along with a file which contains the list of hex values to be converted.
Output will be shown in the screen and also in an output file.
##Execution: python hex2ascii.py
More features are on the way.
Feedback is welcome !!!