Using python-keyring, can one dump all of the available passwords? I'm looking for an iterate_passwords()
or similar, but it doesn't seem to exist.
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.