Simple Hash

Started by ., Jul 29, 2018, 02:37 PM

Previous topic - Next topic

.

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:

  • base64_encode
  • base64_decode
  • CRC32
  • KECCAK
  • MD5
  • SHA1
  • SHA256
  • SHA3
  • WHIRLPOOL

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.
.