Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 587 Bytes

hex2ascii

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.

How to operate

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 !!!