Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save betillogalvanfbc/c646eb267b8af4ecee0fe56607cd38c9 to your computer and use it in GitHub Desktop.
Save betillogalvanfbc/c646eb267b8af4ecee0fe56607cd38c9 to your computer and use it in GitHub Desktop.
Simple example Hex to Text
#Text to HEX
echo "BetilloPOC" | xxd -ps -c 200 | tr -d '\n'
#Hex to Text
echo '426574696c6c6f504f43' | xxd -ps -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment