Skip to content

Decode jwt, X509, base64, urlencoded from the Terminal

Notifications You must be signed in to change notification settings

vdbulcke/reveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Decode jwt, X509, base64, urlencoded from the Terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages