Vice City: Multiplayer

Server Development => Community Plugins => Topic started by: . on Jul 29, 2018, 02:37 PM

Title: Simple Hash
Post by: . on Jul 29, 2018, 02:37 PM
This is basically an alternative to the official plugin that I implemented quickly after having some issues with the official plugin. Implements the same interface as the official plugin excluding the SHA224, SHA224, SHA384, SHA512, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320 functions. In case you need those, feel free to use the official plugin.

The plugin only implements:


So if you use any of those and you have issues with the official plugin. Then you can use this as an alternative. Just drop the plugin into your server and should work without any changes to your script.

You can find the plugin here:


Please note that I haven't done any extensive testing on it.