Thai Le

Results 2 comments of Thai Le

Hello, I'm having the same issue. My understanding is that the device need to have physical chip providing a Trusted Execution Environment (TEE) in order for the keyInfo.isInsideSecureHardware() to return...

To work around this ON EMULATOR, i modified platforms\android\app\src\main\java\com\crypho\plugins\RSA.java to return true in method isEntryAvailable() (replace "return keyInfo.isInsideSecureHardware()" with "return true") to bypass the TEE test. Then rebuilt and redeployed...