Git Product home page Git Product logo

Comments (8)

ptfly avatar ptfly commented on August 11, 2024 3

Temporary solution ./node_modules/react-native-rsa-native/ios/RSAECNative.swift (line 370) :
Screenshot 2021-05-11 at 15 52 43

from react-native-rsa-native.

amitaymolko avatar amitaymolko commented on August 11, 2024 2

added suggested fix in 2.0.5 please confirm it fixes your issue.
I haven't been working with this lib for a while so I have been maintaining it less, if anyone wants to become a maintainer please let me know

from react-native-rsa-native.

ptfly avatar ptfly commented on August 11, 2024 1

Would've been nice if this was fixed in 2.0.4. Still needs patching :/

from react-native-rsa-native.

martaaay avatar martaaay commented on August 11, 2024

It looks like the crash is due to decrypting a message that base 64 decodes to something longer than 256 bytes.

from react-native-rsa-native.

ptfly avatar ptfly commented on August 11, 2024

Yep, this still exists, If decrypting fails for some reason, the whole app is crashing (version 2.0.3):
Screenshot 2021-04-21 at 15 56 36

from react-native-rsa-native.

Richtervn avatar Richtervn commented on August 11, 2024

I have the same problem too. Is there any way to verify the message before decrypting?

from react-native-rsa-native.

laurent22 avatar laurent22 commented on August 11, 2024

I hope that could be fixed too. A simple package shouldn't crash the whole app when something goes wrong. Ideally it should throw an error but even returning null would be better than nothing, since at least we can handle it.

For those searching for the issue, the error is:

Fatal error: Unexpectedly found nil while unwrapping an Optional value

Edit: In my case it was crashing using data generated from node-rsa, and I fixed it by using the "pkcs1" encryption scheme (it's "pkcs1_oaep" by default). So it looks like this:

const keys = new NodeRSA();
keys.setOptions({ encryptionScheme: 'pkcs1' });

So it seems the RN lib is making some assumption on the private key padding scheme, which unfortunately is not documented anywhere. I'd submit a PR but the repo seems pretty dead, so probably not worth it.

from react-native-rsa-native.

euthribeiro avatar euthribeiro commented on August 11, 2024

@ptfly it works. Thanks.

@amitaymolko
So is it possible for maintainers to fix the project?

from react-native-rsa-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.