decode
v3.0.1Decode base64, URLs, JWTs, and encoded formats into readable text. Use when decoding base64, parsing JWT tokens, inspecting encoded payloads.
Installation
Please help me install the skill `decode` from SkillHub official store.
npx skills add bytesagain/decode
decode
Encoder/decoder tool.
Commands
base64-encode
Encode to base64
scripts/script.sh base64-encode <text|file>
base64-decode
Decode from base64
scripts/script.sh base64-decode <encoded>
url-encode
URL-encode text
scripts/script.sh url-encode <text>
url-decode
URL-decode text
scripts/script.sh url-decode <encoded>
hex-encode
Convert to hex
scripts/script.sh hex-encode <text>
hex-decode
Convert from hex
scripts/script.sh hex-decode <hex>
html-encode
HTML entity encode
scripts/script.sh html-encode <text>
html-decode
HTML entity decode
scripts/script.sh html-decode <encoded>
jwt-decode
Decode JWT token (header + payload + timestamps)
scripts/script.sh jwt-decode <token>
rot13
ROT13 cipher
scripts/script.sh rot13 <text>
binary
Show binary representation
scripts/script.sh binary <text>
detect
Auto-detect encoding and decode
scripts/script.sh detect <text>
Requirements
- python3
Powered by BytesAgain | bytesagain.com | [email protected]