Hashing plugin in Linux

Started by umar4911, Mar 05, 2019, 03:36 PM

Previous topic - Next topic

ysc3839

You can compile the plugin on your server since the plugin is open-source. This should fix that issue.

umar4911

Quote from: Xmair on Mar 08, 2019, 06:10 AMThat problem occurs to me as well but using an older version fixes it.
api issue
I am gamer, programmer and hacker. Try to find me!
xD

ysc3839

#17
I merged two topics.

And here is a Squirrel implemention of sha256.
https://gist.github.com/ysc3839/fae61e880be9368b5154b42ce4d2d879
I don't know if there is any bug. Still need more tests.

Credit to B-Con for original code.

Edit: And sha1. https://gist.github.com/ysc3839/187c3bf6f27bcfc1fccd783bc9b717fc

umar4911

Quote from: ysc3839 on Mar 08, 2019, 07:27 PMI merged two topics.

And here is a Squirrel implemention of sha256.
https://gist.github.com/ysc3839/fae61e880be9368b5154b42ce4d2d879
I don't know if there is any bug. Still need more tests.

Credit to B-Con for original code.

Edit: And sha1. https://gist.github.com/ysc3839/187c3bf6f27bcfc1fccd783bc9b717fc

Thanks! Well it created an array but easy to convert to string.

Problem solved
I am gamer, programmer and hacker. Try to find me!
xD