【发布时间】:2013-02-07 16:44:16
【问题描述】:
python-keyring 如何在 Windows 上提供安全性?
在 Linux 上的 GNOME/KDE 中,系统会提示用户输入其密码,以根据每个应用程序授权访问密钥环。
在 Windows 中,当应用程序访问密钥环时没有这样的提示。什么是阻止随机 python 应用程序通过运行从密钥环中检索密码
import keyring
get_password(service, username)
如何实施用户同意?整个概念(至少在 Windows 中)是否基于所有已安装程序都是“受信任”的假设?
【问题讨论】:
标签: python windows security python-keyring