Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/core/registry/tool.registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,17 @@ export const toolRegistry: ToolDefinition[] = [
route: "/tools/password-generator",
status: "available",
},
{
id: "jwt-secret",
name: "JWT Secret Generator",
category: "Crypto",
description: "Generate secure HS256, HS384, and HS512 JWT secrets locally.",
keywords: ["jwt", "secret", "hs256", "hs512", "hmac"],
icon: ShieldCheck,
persist: false,
route: "/tools/jwt-secret",
status: "available",
},
{
id: "uuid",
name: "UUID Generator",
Expand Down
Loading
Loading