Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 678 Bytes

Reveal: Decode jwt, X509 cert, base64, url from terminal

reveal.sh uses fzf to select a decode option (jwt x509 req base64 b64url url), then open a temp file via your $EDITOR where you can past your encoded data. After save and exit of your editor, it will print the decoded string.

Option Editor output

Install

Copy the ./reveal.sh (chmod +x if needed). You can add rv to your shell rc file:

alias rv='/path/to/reveal.sh'

Dependencies