A minimalistic hub for security and API development tools built with TypeScript and React.
- JWT Decoder: Decode and inspect JSON Web Tokens to view header and payload contents
- JWK Signer: Create signed JWTs using a JSON Web Key (JWK) and custom payload
- Base64 Encoder/Decoder: Encode and decode data in both standard Base64 and Base64URL formats
- Node.js (v14.0.0 or higher)
- npm (v6.0.0 or higher)
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm start - Open http://localhost:3000 in your browser
To build the application for production, run:
npm run build
The optimized build will be available in the dist directory.
- TypeScript
- React
- React Router
- jsonwebtoken
- jose
- Bootstrap 5 (via CDN)
- Webpack