【问题标题】:Safe way to store credentials in Chrome App在 Chrome 应用中存储凭据的安全方法
【发布时间】:2014-04-16 07:39:20
【问题描述】:

我目前正在开发一个作为打包 Chrome 应用程序的 FTP 客户端。

使用chrome.storage.* 为不同的 FTP 服务器存储用户凭据是否安全?

【问题讨论】:

标签: google-chrome-app


【解决方案1】:

According to the docs:

不应存储机密用户信息!存储区域未加密。

不要使用chrome.storage.* API 存储敏感信息。 See this question for more information.

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-05-22
    • 2013-11-19
    • 2021-07-31
    • 2012-06-05
    • 1970-01-01
    • 2020-09-16
    • 2012-04-10
    相关资源
    最近更新 更多