(note: being able to search the mailing-list archives would help) Issue: more and more software use freedesktop libsecret (dbus-based API) to implement master-password / keyring solution. one example among many others: https://developer.pidgin.im/wiki/KeyringSupport
I guess it's technically possible to create a dbus-service implementing the libsecret API to serve as a pass backend for libsecret client applications. Was there already previous attempt/thinking on this? and How the "assumptions about ~/.password-store/ custom tree structure/file formats" should be dealt with? More exactly, assumptions on the tree-structure/file-format seems the moot-point when trying to integrate pass with automated password-managers. Even more when one prefer multiple credentials per-file to avoid using filenames (considered as clear-text indexes leaking info like ~/.password-store/www/bank.com.gpg), it makes `pass`-managed files look more like passwords databases. As an example: this thread: https://github.com/jvenant/passff/issues/46 Is there a general solution or guidelines about solving this kind of issues? references: http://standards.freedesktop.org/secret-service/ https://developer.gnome.org/libsecret/unstable/ _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
