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

RSA.decryptPrivateKey() no result #65

Open
Arley011 opened this issue Feb 27, 2024 · 5 comments
Open

RSA.decryptPrivateKey() no result #65

Arley011 opened this issue Feb 27, 2024 · 5 comments

Comments

@Arley011
Copy link

Arley011 commented Feb 27, 2024

Sometimes I face the issue that my code just gets stuck on RSA.decryptPrivateKey() call and never continues.
For me it looks like this MR caused this problem. It looks like there is an unhandled error in c++ code which is not sent through the port.
And since onExit and onError callbacks of Isolate.spawn() were removed, method never returns anything.
Moreover, it started happening after upgrading plugin from 3.5.1 to 3.6.1

Could you please inspect code of the RSA.decryptPrivateKey() method to check for errors handling?
Sorry, for now I cannot provide the actual key-password pair to reproduce this issue. It happens rarely (I use key returned from the BE) and I added more logs to the code. So if you won't find anything suspicious in c++ code, I hope I will catch the data and will be able to provide an example to reproduce the issue.

@Arley011
Copy link
Author

Now I can verify that it happens occasionally...
I just caught this issue while decrypting next private key with password Start321!:

-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-256-CBC,F08085974E11F135907434BC74C9FF20

Xh1BdcvqpcMltewbPNT5FNmEqecKnNJIvDrmepkh7HNbCFwzrdVgFlce3K6IHD5Z
HViwXzdyN1w/SbkQJyHfy0eakScbFJS7wExw+i2VrwdIi5ETk/Md7Q43YwvJBGwT
P7/nMVXA+u+A2/VVESDA0zrQ+R/+kNPIa0Iqis76RIY3ozuJAgYaBx/10xBclu9n
Zrn9EpmkXspfJY7riqfSm4d8ATvjvWsss0UPS10D3hey9UEr22lfZcws/Qu1kZjn
sTwXdzUQYDU3kDzvKYU5lOrB246thx60krFBZ9zqyxhmMh12Hm+XOo5NkcbbQjmV
+7yE7E4uUTTwyPAf+f2/82j+WCat23MV77Lc+F3nX3pg5kvidyDy0MFRfI0uEpZb
Dqv9trAMhAh/PDO+yK8ZojAvY+LssVXrB0/YWmLXvk4wddM6yEEIJkbhJyJqZKu0
OYDBsC9SDPoa4tfV9WowpwZI6PmwfbswznUD3Rcs61pvuShY/auPR4Qt8fkJoYu9
v4X/HKEPwD3/grvkwo/mL7dCSr968OAI62q48UrnozHutZB3bcyM5nNv+a4rkakv
4iZmU2soxR6mnxgHxK7FvZeFu3jX7TwPEnnP7YkFQCyvNhV8t7my7LTQwqg//AIx
AYTgM1NG0sFIlLHT3EOxbtrNFS42C2lZGHM/r3KKrbSA9oCfUBvkrdgws/YjBLIr
kthP0V7csbhHLaGx7xSRY9wKm8QLG89/RF8mE6CqGAM5NNGCPfKKVGxGTsYJ6AsL
tlnttTCPMK2l/n70p0PKABUe5eeQXM0aM5/u55I9slRF5pkp2pXtI+RusAjNJCM9
DIiKi0CgOuNFBBGStdYzZUIzG3mJCxQ0Mb5KushjOXOAbUSn6T+1TUQ9XY+rEOmn
0oWGhUsScSnI7v3MMEyn89Re9kjtxEQIEzQL3FER5cEE4hGpdvBUlYwWknvv5J1w
s+8z5rB0VNJuF9U0zm8UPglLSl24L1Gn4TducF2fvPvdchHXhaGNlhVMNjtVs0Bf
jIQbTUNGxyZUrnUn4Ncbq4vFjCnwJyyKe7gXa0KfsMWsTgI8OeGnalbaIGhI3szy
mIojsWfVeB8s9kbEl6ltCeusCmiWKcyivvpJ956NRqzfT+2DIuGftvrSA+ENISP9
soHPFqAt46kBDgtvf29P/NzImSX0g7n5tJSsFyYDBambJUJMrJSFZaQZXnrR6Ss1
gjBjnB0CgvM/h8iuLOsnTpK0/0uswd5711mm9o4CXF5RP+XbuA85cdEaNmaqQ9RY
XRHvJ+4SjgT10zq8blcU+I09vkd1jTAIiOsvoeescyhZTnkRD9N26NDRNYmFGRD5
aK1VKjAJ1kVGiMbJeY46YSTog5T5hycQ79f8LzAXjmvYJrGyIbW0wZ4a2Pxnf8o4
Io0XFYr9ReAtrLOEQdB1g5gNgIPmRTUSIQLCbgOAHvqxoKunxtyjDcsXUXMKFDuX
K3EheJm0CgqRJNLHuVMgNmjR18umqgV3c55CU8sd3oGZ2siVWHNkFmR5/YRWOH2S
F3tZMBubWKz3RdY+PJftQdH53h9+Rj+80rln7Y0+UVJVPrgMX5KQ1SLQs0AYgQyj
-----END RSA PRIVATE KEY-----

RSA.decryptPrivateKey() never returned neither result nor error. After that I restarted the app and the same private key was successfully decrypted...

@Arley011
Copy link
Author

Arley011 commented Mar 13, 2024

Actually, looks like this issue doesn't relate to the exact method or parameters.
The problem is that on app startup library fails to initialize.
I get this sporadically when starting the app from xCode:
Знімок екрана 2024-03-13 о 15 20 32
Знімок екрана 2024-03-13 о 15 21 04
Знімок екрана 2024-03-14 о 10 07 07

Not quite descriptive.. But at least it is clear that library fails to start when application starts.

@Arley011
Copy link
Author

Arley011 commented Mar 13, 2024

I am surprised that nobody else posted this problem before. Looks like critical bug 🤔

@Arley011
Copy link
Author

@jerson, I would appreciate if you could check it as soon as possible.

@jerson
Copy link
Owner

jerson commented Mar 15, 2024

Hi @Arley011 thanks for report this issue I'm really busy these days but maybe I can take some time this weekend for this

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

2 participants