更新文档:添加在线工具链接和人机验证说明

This commit is contained in:
violettools
2026-01-26 03:09:26 +08:00
parent acf14ce92c
commit 76d8d110e8
2 changed files with 11 additions and 0 deletions

View File

@@ -228,6 +228,8 @@ x27cn decrypt -t "<faee><38db>..."
访问 [X27CN 在线工具](https://x27cn.cfspider.com) 可直接在浏览器中进行加密/解密和代码混淆。
**防爬保护:** 在线工具集成滑块人机验证 + 行为检测,有效阻止自动化工具抓取页面内容。
### 安全说明
X27CN 设计用于**代码混淆**不是密码学安全的加密算法。适用于前端代码保护、API 响应混淆、防止代码被轻易复制等场景。密码加密功能使用 PBKDF2-SHA256 算法。

View File

@@ -2,6 +2,15 @@
X27CN 代码混淆加密库 - Code obfuscation and encryption library
## 在线工具
访问 [https://x27cn.cfspider.com](https://x27cn.cfspider.com) 可直接在浏览器中使用:
- 加密/解密数据
- 代码混淆(变量名、字符串、数字)
- 密码加密
**防爬保护:** 在线工具集成滑块人机验证 + 行为检测,有效阻止自动化爬虫抓取页面内容。
## 安装
```bash