Client-Side · v2.4

Developer utilities that never leave your browser.

TOOLKIT is a precision collection of utilities for generating passwords, JWTs, API tokens, and synthetic test data — engineered for the security-conscious engineer.

./toolkit --generate●●●
> toolkit password --len 24 --symbols
  K8#xL2$pQ9wM4!nR7tY3vBz%

> toolkit jwt --alg HS256
  eyJhbGciOiJIUzI1NiIsInR5cCI6
  IkpXVCJ9.eyJzdWIiOiIxMjM0NSI
  sIm5hbWUiOiJBZGEgTG92ZWxhY2U
  iLCJpYXQiOjE3MTYyMzkwMjJ9...

> toolkit token --format base64url
  v7_a8B2dF4hJ-KmN9pQrStUv_xYzC

> toolkit testdata --count 500
  ✓ 500 records synthesized
  ✓ exported to dataset.json
The Toolkit

78 utilities. One commitment: nothing leaves this tab.

All Tools

Zero Egress

Every byte is computed in your browser. No telemetry, no logging, no analytics.

Web Crypto Native

All randomness is sourced from crypto.getRandomValues — not Math.random, ever.

Offline Capable

Once loaded, every tool runs without a network. Air-gap a tab and keep working.

0
Bytes transmitted per generation
256
Bits of entropy on every secret
<2ms
Average cryptographic operation
100%
Open-source, auditable source
Ready when you are

Open a tool. Generate. Close the tab.