File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 66
77SeedShield 通过将每种结构类型的放置 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
44331 . 从 [ Releases] ( https://github.com/7yunluo/SeedShield/releases ) 下载 ` SeedShield-1.0.0.jar `
You can’t perform that action at this time.
0 commit comments