1
0
Fork
You've already forked jwtd
0
Minimal TUI for decoding JWT
  • C 89.2%
  • Makefile 10.8%
Find a file
2026年06月17日 18:46:03 -03:00
.clang-format base 2026年03月13日 15:39:53 -03:00
.clangd base 2026年03月13日 15:39:53 -03:00
.gitignore makefile and docs 2026年03月15日 18:33:37 -03:00
jwtd.c resize fixed 2026年06月17日 18:46:03 -03:00
LICENSE codeberg 2026年04月11日 13:38:27 -03:00
Makefile date added 2026年05月22日 14:57:23 -03:00
README.md codeberg 2026年04月11日 13:38:27 -03:00

jwtd

Minimal TUI for decoding JWT

Caveats

  • This software has been developed on and for Linux following open source philosophy.
  • Dependencies: openssl, ncurses and undr

Installation

  • Using make:
git clone https://codeberg.org/caskstrength/jwtd
cd jwtd
sudo make clean install
  • Using yay (AUR Arch Linux):
yay -S jwtd

Usage

  • Execute jwtd.
  • Enter or paste a JWT token in the input box and press enter
jwtd