android - 在设备中保存凭据的最佳方法
<p><div>
<aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
<div class="d-flex fd-column fw-nowrap">
<div class="d-flex fw-nowrap">
<div class="flex--item wmn0 fl1 lh-lg">
<div class="flex--item fl1 lh-lg">
<b>关闭</b>。这个问题是<a href="https://stackoverflow.com/help/closed-questions" rel="noreferrer noopener nofollow">opinion-based</a> .它目前不接受答案。
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>不要像其他人建议的那样使用 <code>NSUserDefaults</code> 或 <code>SharedPreferences</code>,因为它们以纯文本形式存储信息。由于密码信息属于敏感数据,请先对其进行加密。 </p>
<p>对于 iOS,请使用 KeyChain。这个包装器有帮助:</p>
<p> <a href="https://github.com/kishikawakatsumi/UICKeyChainStore" rel="noreferrer noopener nofollow">UICKeyChainStore</a> </p>
<p>安卓使用</p>
<p> <a href="https://github.com/scottyab/secure-preferences" rel="noreferrer noopener nofollow">secure-preferences</a> </p>
<p>*注意:为了进一步支持我的陈述,众所周知,Apple 拒绝以纯文本形式存储敏感数据的应用程序,因此请使用加密</p></p>
<p style="font-size: 20px;">关于android - 在设备中保存凭据的最佳方法,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/31813417/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/31813417/
</a>
</p>
页:
[1]