You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate a 2048 RSA Keypair with CryptoUtils.generateRSAKeyPair(keySize: 2048); but on Web it takes a lot of time, about 2 minutes and the UI hangs.
The text was updated successfully, but these errors were encountered:
@cyberneid
As the CryptoUtils class is basically a wrapper around pointycastle, can you check out the repository and try it directly with that package ? I think this is more of a problem with pointycastle.
I'm trying to generate a 2048 RSA Keypair with CryptoUtils.generateRSAKeyPair(keySize: 2048); but on Web it takes a lot of time, about 2 minutes and the UI hangs.
The text was updated successfully, but these errors were encountered: