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
Very helpful encryption library for CCCrypt. Thank you for sharing. For certain strings decryption works but some times decryption fails and the error message I get is [ERROR] failed to decrypt| CCCryptoStatus: -4304. I haven't modified the configuration. Any ideas?
The text was updated successfully, but these errors were encountered:
I may have solved my own issue. I base64 encode the encrypted string and newlines were being inserted into the encoded result which may have impacted the decryption process. I'm going to test more before I know for sure.
having similar problems here..
i'm trying to decrypt an AES Base64 string with different results, based on the original string length.
eg:
i have an AES cipher text that should decrypt to plain text: "helloworld".
everything works well.
i have an AES cipher text that should decrypt to plain text: "helloworld893838959j2ru98fje98fu89eru3289uuf329u932".
i get 'CCCryptoStatus: -4304' error.
Very helpful encryption library for CCCrypt. Thank you for sharing. For certain strings decryption works but some times decryption fails and the error message I get is [ERROR] failed to decrypt| CCCryptoStatus: -4304. I haven't modified the configuration. Any ideas?
The text was updated successfully, but these errors were encountered: