mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
feat(inji-238): use a dummy key to request biometric auth everytime user opens the app
This commit is contained in:
@@ -20,13 +20,13 @@ import SecureKeystore from 'react-native-secure-keystore';
|
||||
import {
|
||||
decryptJson,
|
||||
encryptJson,
|
||||
HMAC_ALIAS,
|
||||
isCustomSecureKeystore,
|
||||
} from './cryptoutil/cryptoUtil';
|
||||
|
||||
const MMKV = new MMKVLoader().initialize();
|
||||
const vcKeyRegExp = new RegExp(VC_ITEM_STORE_KEY_REGEX);
|
||||
const vcDirectoryPath = `${DocumentDirectoryPath}/inji/VC`;
|
||||
export const HMAC_ALIAS = 'Hmacalias';
|
||||
|
||||
async function generateHmac(
|
||||
encryptionKey: string,
|
||||
|
||||
Reference in New Issue
Block a user