文件名称:redux-persist-encrypted-async-storage:Redux持久存储引擎可在异步存储上提供加密层
文件大小:19KB
文件格式:ZIP
更新时间:2024-05-26 06:10:55
react-native keychain keystore redux-storage aes-encryption
Redux持久加密的异步存储 Redux持久存储引擎可在异步存储上提供加密层 该项目提供什么 该项目通过AsyncStorage提供了一个AES加密层(使用存储在密钥链/密钥库中的随机生成的安全密钥)用于本机项目。 要在您的项目中安装: 首先安装react-native-keychain 。 然后: yarn add 'https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage.git#master' 或者 npm i 'https://github.com/chaudhryjunaid/redux-persist-encrypted-async-storage.git#master' 用法: import createStorage from 'redux-persist-encrypted
【文件预览】:
redux-persist-encrypted-async-storage-master
----index.js(2KB)
----package.json(1KB)
----LICENSE(1KB)
----package-lock.json(55KB)
----.eslintrc.js(45B)
----.gitignore(914B)
----README.md(1KB)