数据脱敏工具
無料オンラインデータマスキングツール。氏名・電話・メール・ID などの個人情報を規則ベースまたはランダム置換で匿名化します。テストデータ共有に最適です。提供:clawam.com。
使い方
機能
- 自动识别 5 类敏感信息:中国手机号(11 digits)/身份证(18 digits)/邮箱/银行卡(13-19 digits)/IPv4
- 支持自定义脱敏字符(默认 *)
- 手机号支持 4 种脱敏风格(中间 4 / 保留后 4 / 保留前 3 / 全部)
- 身份证保留前 6 + 后 4(出生地 + 年龄区间识别)
- 邮箱保留首字符 + @ + 域名
利用シーン
- 客服系统/日志分享/数据脱敏演示
- 纯前端处理,数据不上传
- 不破坏原文格式
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/data_mask/ 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/data_mask/schema.json // Step 2: 在浏览器中执行工具逻辑 // 数据脱敏 在工具页 JS 中实现