From 76d8d110e87247dd3503fcddb0fc17767d6b675d Mon Sep 17 00:00:00 2001 From: violettools Date: Mon, 26 Jan 2026 03:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=EF=BC=9A?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9C=A8=E7=BA=BF=E5=B7=A5=E5=85=B7=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=92=8C=E4=BA=BA=E6=9C=BA=E9=AA=8C=E8=AF=81=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ x27cn/README.md | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 5a92181..e5e7c78 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,8 @@ x27cn decrypt -t "<38db>..." 访问 [X27CN 在线工具](https://x27cn.cfspider.com) 可直接在浏览器中进行加密/解密和代码混淆。 +**防爬保护:** 在线工具集成滑块人机验证 + 行为检测,有效阻止自动化工具抓取页面内容。 + ### 安全说明 X27CN 设计用于**代码混淆**,不是密码学安全的加密算法。适用于前端代码保护、API 响应混淆、防止代码被轻易复制等场景。密码加密功能使用 PBKDF2-SHA256 算法。 diff --git a/x27cn/README.md b/x27cn/README.md index a2c50db..f5b5aa0 100644 --- a/x27cn/README.md +++ b/x27cn/README.md @@ -2,6 +2,15 @@ X27CN 代码混淆加密库 - Code obfuscation and encryption library +## 在线工具 + +访问 [https://x27cn.cfspider.com](https://x27cn.cfspider.com) 可直接在浏览器中使用: +- 加密/解密数据 +- 代码混淆(变量名、字符串、数字) +- 密码加密 + +**防爬保护:** 在线工具集成滑块人机验证 + 行为检测,有效阻止自动化爬虫抓取页面内容。 + ## 安装 ```bash