简体   繁体   English

python-keyring可以转储所有密码吗?

[英]Can python-keyring dump all passwords?

Using python-keyring , can one dump all of the available passwords? 使用python-keyring ,可以转储所有可用的密码吗? I'm looking for an iterate_passwords() or similar, but it doesn't seem to exist. 我正在寻找一个iterate_passwords()或类似的东西,但似乎并不存在。

According to this blog post , this is possible using gnomekeyring , but I can't find anything similar in python-keyring, which appears to be a much more prevalent library. 根据这篇博客文章 ,这可以使用gnomekeyring ,但我在python-keyring中找不到类似的东西,这似乎是一个更普遍的库。

According to the python-keyring documentation, the keyring backends only specify get_ , set_ and delete_ methods for single passwords. 根据该python-keyring文档中, 钥匙圈后端唯一指定get_set_delete_单一密码的方法。 For example, see the Gnome backend . 例如,请参阅Gnome后端

There is an open issue on this, which states: 有一个未解决的问题 ,其中指出:

The current API does not provide a way to enumerate keys. 当前的API不提供枚举键的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM