Skip to content

Commit 14ee7f7

Browse files
authored
Update README_EN.md
1 parent eae8a04 commit 14ee7f7

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README_EN.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)