Skip to content

prassamin/JWTify

Repository files navigation

JWTify

JWTify is your open-source crypto playground. start with JWTs, play with keys, tokens, and other cryptography, all in one simple toolkit.

Live Demo

🚀 Try it now: jwtify.pras.me

Jwtify Preview

Installation & Development

Clone the repo and start hacking:

git clone https://github.com/prassamin/jwtify.git
cd jwtify
# Install dependencies
bun install   # or npm install / yarn install
# Start dev server
bun dev

Then open http://localhost:3000 in your browser.

Tech Stack

  • Next.js 15+
  • TailwindCSS
  • Crypto helpers: jose & noble/curves for crypto operations

📜 License

MIT License © 2025 PRAS


JWTify is your crypto playground — secure, simple, and evolving fast.

About

This project provides a comprehensive toolset for encoding, decoding, and verifying JSON Web Tokens (JWTs). It supports various cryptographic algorithms including HMAC, RSA, and ECDSA, allowing secure token operations essential for authentication and data exchange in web applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors