support for repeated use with script and list of passwords #11
JoshBeckmann
started this conversation in
General
Replies: 1 comment 7 replies
-
Can you elaborate a little more about what you are trying to do? Do you have a CSV file containing only potential passwords? Currently BitwardenDecrypt is interactive (it prompts you for the password) but could be easily modified to input a password as a command line argument passed by another script. Though this would be a one-off for your purpose, as I don't see a good use case for it to be available for everyone. You would need another script that:
BitwardenDecrypt runs fine on Windows, you just need to have Python 3 installed. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for making this tool. I have a bitwarden vault of mine I'm trying to decrypt. I'd like to be able to use this script to try a csv of my potential passwords. I'm a beginning programmer. Can you suggest a way to use your tool like this? I'd like to use windows, but I could use ubuntu if necessary. I reviewed your code, but I wasn't able to follow it easily. (My limitation- not yours.)
Thanks again,
Josh
Beta Was this translation helpful? Give feedback.
All reactions