Skip to content

Commit eae8a04

Browse files
authored
Revise plugin description and remove comparison table
Updated the description of the plugin and removed the comparison table.
1 parent 737ac20 commit eae8a04

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
SeedShield 通过将每种结构类型的放置 salt 替换为不可逆的 SHA-256 哈希值,防止种子破解工具(chunkbase、SeedCrackerX、Structurecracker)定位结构位置。
88

9-
**这是第一个为 Paper/Spigot 提供加密级结构种子保护的插件。** 此前,这种级别的保护只能通过 Fabric mod 或自定义服务端 fork 才能实现。
9+
**这是一个为新版 Paper/Spigot 提供加密级结构种子保护的插件。** 此前,这种级别的保护只能通过 Fabric mod 或自定义服务端 fork 才能实现。
1010

1111
## 工作原理
1212

@@ -28,17 +28,6 @@ salt = SHA-256(密钥 + ":" + 世界种子 + ":" + 结构类型名)[前4字节]
2828
- **密钥保护**:没有 256 位密钥(存储在 `config.yml` 中),salt 无法被逆向。
2929
- **要塞保护**:同时修改 `concentricRingsSeed` 并重新计算环形位置。
3030

31-
## 与现有方案对比
32-
33-
| 方案 | 平台 | 修改结构位置 | 加密保护 | 结构间隔离 | 要塞保护 |
34-
|------|------|:---:|:---:|:---:|:---:|
35-
| **SeedShield** | **Paper/Spigot 插件** | **** | **✅ SHA-256** | **** | **** |
36-
| [SeedGuard](https://github.com/DrexHD/SeedGuard) | Fabric mod || ❌ 随机数 |||
37-
| [SecureSeed](https://github.com/Earthcomputer/SecureSeed) | Fabric mod(1.16.5,已停更) || ✅ BLAKE2 |||
38-
| [AntiSeedCracker](https://github.com/akshualy/AntiSeedCracker) | Spigot 插件 |||||
39-
| Leaf `secure-seed` | 服务端 fork || ✅ 1024位 |||
40-
| spigot.yml 种子配置 | 内置功能 || ❌ 明文整数 || ⚠️ |
41-
4231
## 安装方法
4332

4433
1.[Releases](https://github.com/7yunluo/SeedShield/releases) 下载 `SeedShield-1.0.0.jar`

0 commit comments

Comments
 (0)