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
Is there a limit character for AES Encryption result? I try to decrypt AES Encryption with 269 character long but it gives error like below, but when I try to decrypt it with https://www.devglan.com/online-tools/aes-encryption-decryption it goes success and I can see the decryption result.
When I change the character long into 200 character it goes success.
Error: error:1e06b065:Cipher functions:EVP_DecryptFinal_ex:BAD_DECRYPT
at createErrorFromErrorData (NativeModules.js:121)
at NativeModules.js:78
at MessageQueue.__invokeCallback (MessageQueue.js:398)
at MessageQueue.js:137
at MessageQueue.__guardSafe (MessageQueue.js:314)
at MessageQueue.invokeCallbackAndReturnFlushedQueue (MessageQueue.js:136)
at debuggerWorker.js:70
Can anyone help me with this?
Thanks & regards,
Vincent
The text was updated successfully, but these errors were encountered:
Hi,
Is there a limit character for AES Encryption result? I try to decrypt AES Encryption with 269 character long but it gives error like below, but when I try to decrypt it with https://www.devglan.com/online-tools/aes-encryption-decryption it goes success and I can see the decryption result.
When I change the character long into 200 character it goes success.
Can anyone help me with this?
Thanks & regards,
Vincent
The text was updated successfully, but these errors were encountered: