I am using real AES for encryption and decryption which I am using to check if user logged-in with particular category.
I have encrypted taxonomy term name, but while testing the same at login the encryption not matching.
when I checked in details the encryption for a term getting different value on every time.
The reason behind could be "$iv = self::secureRandom($ivsize);" used in Crypto.php file.
Is there any way which we can use to get static encryption text?
Closed: works as designed
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.