Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is There a Limit Character for AES Encrypt and Decrypt? #5

Open
VincentAlexander opened this issue Nov 15, 2018 · 0 comments
Open

Is There a Limit Character for AES Encrypt and Decrypt? #5

VincentAlexander opened this issue Nov 15, 2018 · 0 comments

Comments

@VincentAlexander
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant