本文介绍了在React Native和Expo中加密敏感数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在与React Native和一起开发移动应用程序,以提供安全解决方案。项目所有者希望在应用程序中存储敏感的授权密钥,用于与REST服务器联系并访问受保护的数据。他要求至少要对此密钥进行加密,并且要尽可能地从外部读取。
I`m working on mobile app with React Native and Expo, providing security solutions. Project owner want to store in app sensitive authorization keys, used to contact with REST server and access to secured data. He demand to have this keys at least encrypted, and hard to read from outside as much as possible.
我对topis有所了解:
I know about topis:
以及大约 KeyChain
,但它们不涉及加密和博览会问题。
and about KeyChain
, but they dont cover encyption and expo issues.
因此,最好的和通用的解决方案是在React Native
这篇关于在React Native和Expo中加密敏感数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!