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

Key generation is blocking UI

nayanz89 opened this issue · comments

Can't run rsa key generation function in background. it is blocking UI.

Related to #16