-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# XOR-MC-Archive-Decrypt | ||
扩展章鱼电阻(eXtra Octopus Resistor, XOR in short)我的世界存档加密解密工具 | ||
针对我的世界网易版地图加密机制开发的一款基于NodeJS的辅助工具 | ||
扩展章鱼电阻(eXtra Octopus Resistor, XOR in short)我的世界存档加密解密工具 | ||
针对我的世界网易版地图加密机制开发的一款基于NodeJS的辅助工具 | ||
## 特性 | ||
+易于使用: 只需一个NodeJS运行环境,即可实现一键地图加解密操作 | ||
+可塑性强: 支持使用自定义密钥进行加解密 | ||
+可靠性高: 地图完整性检测、解密尝试后合理性检测,发现问题立即提示 | ||
+ 易于使用: 只需一个NodeJS运行环境,即可实现一键地图加解密操作 | ||
+ 可塑性强: 支持使用自定义密钥进行加解密 | ||
+ 可靠性高: 地图完整性检测、解密尝试后合理性检测,发现问题立即提示 | ||
|
||
## 功能列表 | ||
### 被动解密 | ||
使用网易自身的密钥进行解密操作 | ||
使用网易自身的密钥进行解密操作 | ||
### 被动加密 | ||
使用网易自身的密钥进行加密操作 | ||
使用网易自身的密钥进行加密操作 | ||
### 主动解密 | ||
自定义密钥进行解密,抑或是自适应密钥 | ||
自定义密钥进行解密,抑或是自适应密钥 | ||
### 主动加密 | ||
自定义密钥进行加密 | ||
自定义密钥进行加密 |