wwwtyro / cryptico

An easy-to-use encryption system utilizing RSA and AES for javascript.
http://wwwtyro.github.com/cryptico
1.18k stars 344 forks source link

Cryptico for hybrid mobile apps #26

Open tushar-1health opened 7 years ago

tushar-1health commented 7 years ago

We are using cryptico for nativescript application. The decryption logic works fine on android however for ios it slows usually takes minutes. We narrowed down the issue to our RSA key generation.

Any help.