Agentless bitwarden client #158
apprehensions
started this conversation in
Ideas
Replies: 2 comments
-
The alternative workaround for me seems to encrypt a bitwarden vault export with age, and make a tiny shell script to get keys. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Created a feature request issue for this. Sounds interesting, though I haven not considered the implications of this. I think quite a bit of the agent code expects to run within the context of goldwarden. Might need a rather large refactor (although that might be needed either way). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i would like to make a tiny bitwarden client in Go that serves as a agentless method for retrieving passwords, upon user giving the password. I do not want an agent running on my system.
Could it be possible that the
agent/bitwarden
package be exported to a new separate package for other go programs to use? Thanks.Beta Was this translation helpful? Give feedback.
All reactions