Poking through the code since the 1.8.1 update, it looks like phpseclib is only used in Crypt in case of legacy (en/dec)cryption/(en/de)coding needs. Is this correct?
So can it be assumed that in 1.9 and beyond phpseclib would be deprecated? And it would be encouraged to use sodium for any hashing, symmetric, and asymmetric encryption needs going forward?
Its fixed I had not need to crypt, md5 filename is ok.
----
hey, I just switched to 1.8.1 and I have:
ERROR - 2018-06-07 10:57:11 --> Error - hex2bin() only expects hexadecimal characters in /opt/fuel-1.8.1/vendor/paragonie/sodium_compat/src/Core/Util.php on line 343
I see in my code :
\Crypt::encode it supposed to create the error ? I dont see any sodium replacement in doc ?