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