Decode Hex on Linux

preview_player
Показать описание

Комментарии
Автор

Coreutils also provides basenc which lets you encode or decode several different encoding schemes as well!

matthewyodhes
Автор

How did that 0a printed out in at first?

dudewheresmypurpose
Автор

if "xxd" is not available, there are lots of other possibilities, like
echo "496e20484558" | fold -w2 | xargs -I HEX awk 'BEGIN { printf "%c", 0xHEX }
or
echo -n "496e20484558" | perl -E'say pack"H*", <>'
Just to give some alternatives...

SREagle
Автор

Not gonna lie, I've only heard EVE players say tack for the dash. Do/have you played?

aetherguy
Автор

Ik youll probably never read this, but i have a question, so what if you re code that encrypted code coes it comes out invalid, or does it encrypt it again also say you xxd data to encrypt a code what if you say remove the last zero? Does it remove the whole thing or just come out as invalid? Hope you reply with a genuine answer

Theshinigami
Автор

You first need to apt install that or whatever
I only recently learned about that command by chatgpt, I think it was when I was trying to see where in an SSH private key the comment is stored

kipchickensout
Автор

Stop trying to hack my su sub. I'm already subbed.

williamcroft