Code Monkey home page Code Monkey logo

Comments (1)

NappyPirate avatar NappyPirate commented on August 20, 2024

This project is simply designed to make secure key generation and signing easier in react native. It uses the respective OS recommended approaches and system calls. All keystore access occurs in native code, and the generated private key reference can only be retrieved from the keystore by providing a valid fingerprint or face id, which is handled at the OS level by Android and iOS. The use of this library to sign information and the implementation of verifying that information server side is left up to you, and therefore the safety of those implementations are your responsibility. Here are some links that might be helpful:

https://android-developers.googleblog.com/2015/10/new-in-android-samples-authenticating.html
https://sushi2k.gitbooks.io/the-owasp-mobile-security-testing-guide/content/0x05f-Testing-Local-Authentication.html
https://sushi2k.gitbooks.io/the-owasp-mobile-security-testing-guide/content/0x06f-Testing-Local-Authentication.html

Note that this project has not been audited by a security agency so use it at your own risk. Please review the MIT license that this project is licensed under if you have any questions about liability.

from react-native-biometrics.

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.