Enigma 模拟器
無料オンライン Enigma シミュレーター。第二次大戦中の rotor 式暗号機の動作を忠実に再現し、ローター設定やプラグボードを指定して暗号化・復号できます。提供:clawam.com。
使い方
機能
- Enigma 恩尼格玛密码机,二战德军使用的转子密码机
- 支持 3 转子(从 I-V 选 3)+ UKW-B/C 反射器
- 每个转子有 26位置(A-Z),可设置初始位置
- 每个字符处理后,右转子步进,类似机械时钟的进位
- 加/解密对称:同一密钥下两次调用恢复原文
利用シーン
- 经典:转子 1 3 2 + 位置 A B C + 反射器 B,明文 HELLO → ?
- 适合密码学历史学习 + CTF 题目
Agent API 使用方法
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 中实现