分类

ROT13密码

使用ROT13替换密码编码/解码文本(将字母旋转13位)

API 文档

此工具在浏览器客户端运行,不需要服务器API。

AI MCP 文档

将此工具添加到您的 MCP 服务器配置中:

{
  "mcpServers": {
    "elysiatools-rot13-cipher": {
      "name": "rot13-cipher",
      "description": "使用ROT13替换密码编码/解码文本(将字母旋转13位)",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=rot13-cipher",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。

如果遇见问题,请联系我们:[email protected]