Giter VIP home page Giter VIP logo

react-native-device-crypto's People

Contributors

abpolat avatar arifaydogmus avatar cantasci avatar dependabot[bot] avatar yagmurakincisoylu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

react-native-device-crypto's Issues

Error: android.security.keystore2.AndroidKeyStoreECPrivateKey cannot be cast to javax.crypto.SecretKey when encrypting

Hi, @arifaydogmus

I've been using this package to encrypt and decrypt data perfectly on iOS. but when I attempt to encrypt on an android device, I encounter this issue:
Error: android.security.keystore2.AndroidKeyStoreECPrivateKey cannot be cast to javax.crypto.SecretKey

here are the details of the project i'm trying to work in:

react: 17.0.2
react-native: 0.66

minSdkVersion = 23
compileSdkVersion = 31
targetSdkVersion = 31

TypeError: Cannot read property 'createKey' of null

@arifaydogmus Trying to use getOrCreateAsymmetricKey function and getting error TypeError: Cannot read property 'createKey' of null.

Project type - Plain React-Native app & Expo App.

Version -

 "react-native": "0.71.8",
  "react-native-device-crypto": "^0.1.7",

Platform - iOS & Android

Code -

const generateKey = async () => {

      try {
        const res = await DeviceCrypto.getOrCreateAsymmetricKey('test', {
                  accessLevel: AccessLevel.AUTHENTICATION_REQUIRED,
                  invalidateOnNewBiometry: true,
                });
        console.log("KEY", res);

      } catch (err) {
        console.log("Error ==>", err);
      }
    };

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.