juhoen / hybrid-crypto-js

RSA+AES hybrid encryption implementation for JavaScript. Works with Node.js, React Native and modern browsers.

Home Page:https://github.com/juhoen/hybrid-crypto-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto only works whilst remote debugging

oslc15 opened this issue · comments

Hi again!
I have noticed that this library only works while being connected to the remote debugging. I think it has to do with crypto having a dependency towards node which is not available outside the remote debugger.

Would be happy if someone knows a workaround
Thanks!

Same problem...

Actually, it is working. Try to generate keys with 1024 length, it is probably just very slow.
I think this one is about the same problem.

EDIT: Actually, when you look at the CPU Report you can see the application is running on 100% all the time during generating keys.