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.
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
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