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

Can python-keyring dump all passwords?

使用python-keyring,可以转储所有可用密码吗?我正在寻找 iterate_passwords() 或类似的,但它似乎不存在。

根据 this blog post,这可以使用 gnomekeyring,但我在 python-keyring 中找不到任何类似的东西,它似乎是一个更流行的库。

根据 python-keyring 文档,keyring backends only specify get_, set_ and delete_ methods for single passwords. For example, see the Gnome backend

这上面有一个open issue,其中指出:

The current API does not provide a way to enumerate keys.