Keychain Access for React Native. Latest version: 10.0.0, last published: 2 months ago. Start using react-native-keychain in your project by running `npm i react-native-keychain`. There are 81 other projects in the npm registry using react-native-keychai
Keychain Access for React Native. Latest version: 1.2.1, last published: 8 months ago. Start using react-native-keychain-manager in your project by running `npm i react-native-keychain-manager`. There are no other projects in the npm registry using react
- **灵活性**:支持自定义加密算法和密钥管理策略,满足不同的安全需求。 ### 1.2 Keychain 和 Keystore 的概念 ### Keychain Keychain 是 iOS 系统提供的一项用于存储敏感信息的服务,如密码、证书等。它利用硬件加密技术来保护这些信息,即使设备被越狱或遭受攻击,存储在 Keychain 中的信息也难以被直接读取。Ke...
.travis.yml Update NPM token May 11, 2019 LICENSE Initial commit May 20, 2015 README.md Fix typo in Keychain.SECURITY_RULES documentation (oblador#368) Sep 8, 2020 RNKeychain.podspec fix: Xcode 12 compatibility (oblador#397) Oct 26, 2020 build.gradle.kts Align the configuration of the...
$ npm install react-native-keychainOption: ManuallyRight click on Libraries, select Add files to "…" and select node_modules/react-native-keychain/RNKeychain.xcodeproj Select your project and under Build Phases -> Link Binary With Libraries, press the + and select libRNKeychain.a....
在React Native 0.72.2中使用React-Native-Keychain(构建后应用程序崩溃)问题描述 投票:0回答:0是否有人遇到类似的问题,或者可以为解决这个问题提供指导吗?任何建议或故障排除步骤都将不胜感激。 降级到最近的工作版本 npm install [email protected] javascript react-native ...
ReScript bindings for react-native-keychain.. Latest version: 6.2.1, last published: 4 years ago. Start using @rescript-react-native/keychain in your project by running `npm i @rescript-react-native/keychain`. There are no other projects in the npm regis
Stub TypeScript definitions entry for react-native-keychain, which provides its own types definitions. Latest version: 3.1.0, last published: 5 years ago. Start using @types/react-native-keychain in your project by running `npm i @types/react-native-keyc
.editorconfig .flowconfig .gitignore .markdownlint.json .npmignore .prettierrc .travis.yml LICENSE README.md RNKeychain.podspec build.gradle.kts gradle.properties index.js package.json react-native.config.js settings.gradle.kts test_index.js yarn.lock READ...
12Branches 36Tags Code README MIT license react-native-keychain Keychain/Keystore Access for React Native Installation Runyarn add react-native-keychain 1 a.Only for React Native <= 0.59:$ react-native link react-native-keychainand checkMainApplication.javato verify the package was added. See...