File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,16 +28,6 @@ salt = SHA-256(secretKey + ":" + worldSeed + ":" + structureType)[0..4]
2828- ** Secret key protection** : Without the 256-bit key (stored in ` config.yml ` ), salts cannot be reversed.
2929- ** Stronghold protection** : Also modifies ` concentricRingsSeed ` and recalculates ring positions.
3030
31- ## Comparison with Existing Solutions
32-
33- | Solution | Platform | Modifies Structure Positions | Crypto Protection | Per-Structure Isolation | Stronghold Protection |
34- | ----------| ----------| :---:| :---:| :---:| :---:|
35- | ** SeedShield** | ** Paper/Spigot plugin** | ** ✅** | ** ✅ SHA-256** | ** ✅** | ** ✅** |
36- | [ SeedGuard] ( https://github.com/DrexHD/SeedGuard ) | Fabric mod | ✅ | ❌ Random | ✅ | ✅ |
37- | [ SecureSeed] ( https://github.com/Earthcomputer/SecureSeed ) | Fabric mod (1.16.5, abandoned) | ✅ | ✅ BLAKE2 | ✅ | ✅ |
38- | [ AntiSeedCracker] ( https://github.com/akshualy/AntiSeedCracker ) | Spigot plugin | ❌ | ❌ | ❌ | ❌ |
39- | Leaf ` secure-seed ` | Server fork | ✅ | ✅ 1024-bit | ✅ | ✅ |
40- | spigot.yml seeds | Built-in | ✅ | ❌ Plain int | ❌ | ⚠️ |
4131
4232## Installation
4333
You can’t perform that action at this time.
0 commit comments