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
Hey!, I saw that several people have problems with the `getAllItems()` function, for that reason I want to share this simple workaround with the aim of helping everyone to use...
Thanks for this library! It's been super-helpful for us. We noticed that the `getAllItems()` function resolves the promise with different data types on iOS vs Android. On iOS, we get...
Bumps [got](https://github.com/sindresorhus/got) from 11.7.0 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.  #### Changes included in this PR - Changes to...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.3.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Since v6.0.0 the lib should use Android's Keystore to encrypt data for better security purposes before saving it into shared preferences. ## The problem Data stored using RNSInfo's versions >...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Can you make a new tag & publish files to npm from the HEAD 495dd7f08c077f5744e56803e45f54787df3dab3 commit please?
The package is using static values as seeds for encryption. This means that any attacker who sees those static seeds will be able to easily decrypt that data. If the...