Giter VIP home page Giter VIP logo

Comments (5)

peacetara avatar peacetara commented on September 26, 2024

Hi Ed,

This likely means your master password is wrong, or unknown. How are you telling slab about your master password? I'd recommend using the keychain option.

from slab.

Coopeh avatar Coopeh commented on September 26, 2024

Hi peacetara,

I thought it may have been that, but the password is definitely correct. I'm using keychain currently. I am using a 1Password online account if that makes any difference? I assume the sqlite db will still be correct.

from slab.

peacetara avatar peacetara commented on September 26, 2024

This code is meant for local vaults, not the 1password online remote vaults.

If you are using the 1password online account, it probably won't work(it's untested and your experience leads me to believe it won't work).

You should use the op tool: https://support.1password.com/command-line-getting-started/
, and there is a tool like slab for the op tool here: https://github.com/tomvachon/dpaf

Sorry, but I have little interest in the remote vault, even if the 1P people seem to think it's the one-true-way. You are welcome to marry the DPAF stuff with slab if you want as a pull request to support both options, I'm not against that at all.

from slab.

peacetara avatar peacetara commented on September 26, 2024

As an aside, if I remember correctly, the online DB still uses the sqlite file, but it's a diff. profile name.

@Coopeh if you want to see if it's possible to use slab, run this against your sqlite3 file:

select id, profile_name from profiles;

to see what the profilename is supposed to be, and then you can modify

k.unlock(password, filter='sudolikeaboss')

that line in main.py to be:

k.unlock(password, filter='sudolikeaboss', profileName='YOURPROFILENAME')

This should work. if it's just a profile change. Otherwise I'm not sure how the online vault is stored locally in the sqlite3 file, you would have to either make a test sqlite3 file like I did and send it to me and wait for me to be very bored, or figure it out and update the code appropriately.

the op and dpaf tool is probably easier tho, but will require an online Internet connection.

from slab.

Coopeh avatar Coopeh commented on September 26, 2024

There doesn't seem to be anything in the profiles table. I'll give dpaf a go, thanks!

from slab.

Related Issues (7)

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.