react-native-rsa-native
react-native-rsa-native copied to clipboard
A native implementation of RSA key generation and encryption/decryption.
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi, first of all thanks for the great library! 👍 We noticed that the library is listed as MIT licensed (in github, npm, etc) but it actually contains a file...
After attempting to upgrade from v1.x of this library to v2.x, there is a fatal exception thrown in the `encrypt()` method when calling the following method: ```js // In react...
``` const { private: privateKey, public: publicKey } = await RSA.generateKeys(2048) const signature = await RSA.signWithAlgorithm('test', privateKey, 'SHA256withECDSA') ``` On an Android emulator **SHA256withRSA** works but I'd like to use...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
Generated public and private keys are returned in PKCS1 format. The overall security standard is PKCS8. Consider adding functionality to convert PKCS1 -> PKCS8. No analogs are found yet.
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...