DiffuseHyperion / InertiaAntiCheat

Stop people from using unwanted mods on your server!
Other
15 stars 6 forks source link

SUGGESTION: Revert Hashes #44

Open Tunga-Tech opened 3 weeks ago

Tunga-Tech commented 3 weeks ago

I was wondering if you would be able to make it so you can either see the player's modlist or possibly add a function on the website to revert the hashes.

Misha4ek commented 1 day ago

I may be wrong, but the whole idea of the hash function is to be irreversible. It would require making a database for every mod configuration, which is require money to be online.

DiffuseHyperion commented 1 day ago

Sorry for the super late response, but for modern versions, the server never receives the name of the mods the clients are using, only the data of the mod.

You could try to identify the mod from the hash generated, but as Misha4ek said, it would require having a database of every single version of every single mod to be able to identify it.

Unfortunately, this can't work with how the mod communicates as of now. Hope you understand :)