feat: 添加 x27cn Python 加密库,更新 gitignore 保护机密文件

This commit is contained in:
violettools
2026-01-24 19:02:04 +08:00
parent cc69e4f2ac
commit 3d11a290e5
7 changed files with 509 additions and 4 deletions

7
.gitignore vendored
View File

@@ -18,10 +18,9 @@ test_*.py
# ========================================
# 机密文件 - 绝对不上传 GitHub
# ========================================
# 解密算法文档
x27cn-pages/X27CN_ALGORITHM.md
# 解密工具页面(包含混淆的解密逻辑)
x27cn-pages/index.html
# 整个 x27cn-pages 目录(包含解密工具和算法文档
x27cn-pages/
# 解密服务端代码
decrypt-pages/
decrypt-server/