Security
All tools →TOTP Generator
Generate a current 6-digit TOTP code. — free, private, client-side. API: POST /api/v1/tools/totp-generator
Base32 TOTP secret
Paste a TOTP secret to see its current 6-digit code.
Runs 100% in your browser — no data leaves your device. For programmatic use:
curl -X POST /api/v1/tools/totp-generator -d '{ "input": "hello" }' → JSON. See /docs/api.