Ateş DANIŞ
Ateş DANIŞ
still same :/
hi that worked for me; jsencrypt version: 3.2.1 ``` import { JSEncrypt } from 'jsencrypt' const encrypt = new JSEncrypt({default_key_size:4096}) encrypt.setPublicKey(pub_key) var json = JSON.stringify({ account: 'cb01435781', password: 'aaaaaa' })...
yes i remind that. replaced library with [react-native-rsa-native](https://github.com/amitaymolko/react-native-rsa-native) because of slowness of jsencrypt on React Native ``` import { RSA } from 'react-native-rsa-native'; RSA.generateKeys(2048) // set key size .then(keys =>...
> @AtesDANIS did you get this kind of an error while using it in RN? > > `Possible Unhandled Promise Rejection (id: 0): TypeError: undefined is not a constructor (evaluating...
same here on android 🤷