Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Vicky

#1
Nevermind. I found the solution. Replace the default hashing04rel64.so with this file:
https://github.com/mgafner/vcmp-server-docker/blob/master/plugins/hashing04rel64.so
#2
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
How to apply it in my server? I have the same issue
#3
Hashing plugin won't load up in Optiklink but when I tried the same script and plugins from localhost it works. In Optiklink, some random error pops up due to hashing plugin and makes the registration system unusable. The error is :
Plugin error >> dlopen() 'plugins/hashing04rel64.so' failed: plugins/hashing04rel64.so: undefined symbol: _ZN8CryptoPP6Filter11TransferTo2ERNS_22BufferedTransformationERyRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb
I've tried 32-bit also but it ends with different error.
#4
Optimized and Clean!