bitw icon indicating copy to clipboard operation
bitw copied to clipboard

Minimalist BitWarden client

Results 16 bitw issues
Sort by recently updated
recently updated
newest added

when `secret-tool store --label="test" k1 v1 k2 v2` is ran the following output is shown ``` sh Password: secret-tool: Object does not implement the interface 'org.freedesktop.Secret.Collection' ```

Hello- If you need a libsecret/SecretService implementation in golang, I just released v1.1.0 of [r00t2.io/gosecret](https://pkg.go.dev/r00t2.io/gosecret) (GitHub mirror as `github.com/johnnybubonic/gosecret`). Please feel free to let me know if it serves your...

The password would be requested the first time it's needed. Without this, starting the service when a user logs in would be kinda annoying. Another option would be for the...

Right now the DBUS api does not allow to store secrets: ``` (gnome-calendar:15788): e-data-server-ui-WARNING **: 09:12:46.451: credentials_prompter_store_credentials_cb: Failed to store source credentials: Object does not implement the interface ```

By default, `go test` will skip a significant portion of the tests: ``` --- PASS: TestScripts (0.00s) --- SKIP: TestScripts/login-tfa (0.00s) --- SKIP: TestScripts/dbus (0.00s) --- SKIP: TestScripts/dump (0.00s) ---...

I'm not an expert at security by any means. I know enough to get this working, but I'd like some reviews and feedback before people start using this for their...

help wanted

I double checked to see if using the 6 digit phrase worked on the bitwarden website, and it does. But when using it with bitw I get the following error...

enhancement
help wanted

Hi, thanks for building this. An implementation with a Dbus secret service sounds like a great idea! I am having some trouble with my (fairly huge) dataset from bitwarden. Doing...

For example, the only way to supply a two-factor auth token is via the terminal. We should support graphical prompts. This is useful to make usage easier, and to allow...

Hi there, I'm checking out your project after [reading through this thread](https://community.bitwarden.com/t/support-for-libsecrets-dbus-api/4006/24). I'm happy to see it's still being maintained and worked on, this is definitely something the Bitwarden ecosystem...