You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But now I have a problem with AES Encryption. I don't know how I would get encrypted String without toString()
I want to get a String that is written in line 16:
I have tried with formatting key, iv, salt... with
Hello,
In Webkit .toString is not working. I'm using sha512 and AES encryption. I have managed to fix the problem for SHA512 by replacing
to
I have also managed to fix AES decryption with replacing
to
But now I have a problem with AES Encryption. I don't know how I would get encrypted String without toString()
I want to get a String that is written in line 16:
I have tried with formatting key, iv, salt... with
without any success.
The text was updated successfully, but these errors were encountered: