react-native-sensitive-info
react-native-sensitive-info copied to clipboard
Save sensitive data into Android's Shared Preferences with keystore encryption/iOS's Keychain for React Native
We started to get a lot of `Protected data not available yet. Retry operation` from our ios users. It is happening for ios users above 14.6 while the majority of...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.10 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @βLete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...
Hello, It would be useful to be able to do fingerprint-protected operations but with some optional caching, so that repetitive gets/sets don't keep asking for fingerprint authentication insistently. Of course,...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
Hi all, We are using in one of our apps this library to store the login credentials and what we notice is that on every update, a lot of users...
I can't understand if this library supports face unlock on Android devices. If not, is there any plans to add this feature?
In documentation "Recipes - Fingerprint Protection #Saving" say `touchId` (see [link](https://mcodex.dev/react-native-sensitive-info/docs/protectingWithFingerprint#saving)) while in same document under "#Getting" or in examples and typings correctly shows `touchID`.