Skip to content

A simple tool for converting hex values to ASCII string

License

Notifications You must be signed in to change notification settings

ravisankar90/hex2ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple tool for converting hex values to ASCII string

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages