Enigma Simulator

Free online Enigma cipher machine simulator. 3 rotors + Reflector, WW2 German military cipher, pure JS implementation.

Uso

Características

  • Enigma 恩尼格玛密码机,二战德军使用的转子密码机
  • 支持 3 转子(从 I-V 选 3)+ UKW-B/C 反射器
  • 每个转子有 26位置(A-Z),可设置初始位置
  • 每个字符处理后,右转子步进,类似机械时钟的进位
  • 加/解密对称:同一密钥下两次调用恢复原文

Casos de uso

  • 经典:转子 1 3 2 + 位置 A B C + 反射器 B,明文 HELLO → ?
  • 适合密码学历史学习 + CTF 题目

Agent API Usage

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/enigma/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/enigma/schema.json

// Step 2: 在浏览器中执行工具逻辑
// Enigma 模拟 在工具页 JS 中实现