GithubHelp home page GithubHelp logo

Comments (2)

mitya57 avatar mitya57 commented on June 26, 2024

I think it's out of scope for this project. SecretStorage is specifically a Python binding to Secret Service D-Bus API (as the description says). The portal doesn't implement the full D-Bus interface, it just provides a master secret that the application can use as it wants.

If you need a generic password storage with several backends, there is Python-Keyring project for that. It has a file-based backend, and I think it will be a valid feature request to allow it to use the master secret provided by the portal. If you agree with me, please file an issue against keyrings.alt project (which provides the file-based backend).

from secretstorage.

a-andre avatar a-andre commented on June 26, 2024

Thanks for clarification and suggesting an alternative.

A libsecret backend for python-keyring would probably be the best solution then. That way the application could use python-keyring only, without adding a switch between libsecret and python-keyring to the application. But it's unlikely to happen.

Since keyrings.alt is not recommend for production use I'll leave it to others to open a feature request there.

from secretstorage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.