cbhacks / CrashEdit

Unofficial Crash Bandicoot 1/2/3 Level Editor
https://www.cbhacks.com/tools/crashedit/
Other
137 stars 26 forks source link

Password-protect NSF files #52

Closed ManDude closed 8 years ago

ManDude commented 9 years ago

Creates a "fake" entry type that the game doesn't use, that contains an encoded password (encoding can be similar to the EID encoding). When an NSF file with this is tried to be opened with CrashEdit, it will ask for the (decoded) password. This is just basic protection so that most people don't mod your mods to give false information and stuff.

ughman commented 9 years ago

I don't think I can support this feature, it's basically DRM. You're better off doing something like applying a simple XOR encryption to the entry headers and then modifying the game EXE to decrypt them when the chunks get loaded.