-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open the database #2
Comments
I don't think, we can update the tool to work without a Thanks for the issue but I can't help, sorry, |
As per this code block, this tool will return nil and exit.
|
@robertranjan as per example on the main page at https://github.com/tobischo/gokeepasslib I see you can just use |
@vaygr, thanks for the pointer. |
|
Thanks! This line prevents https://github.com/robertranjan/kpcli/blob/main/cmd/runner.go#L154 But once I fix it, as I mentioned, there's another issue: it cannot decode Twofish-encrypted database, even though the underlying library supports it: https://github.com/tobischo/gokeepasslib/blob/master/header.go#L71 Here's the error message I'm getting:
|
Seems Twofish issue is related to the library. I opened tobischo/gokeepasslib#109. So only the line in |
@vaygr there were some changes done, please reverify and update if there are any issues. we can close it otherwise. |
@robertranjan I see this line is still unchanged: https://github.com/robertranjan/kpcli/blob/main/cmd/cmd.go#L428 so the issue remains. Also regarding Twofish: it was fixed in the upstream library, could you pull in 3.6.0 that contains the fix? |
upgraded gokeepasslib version to 3.6. |
Thank you! |
Hi,
thanks for this tool! I'm having a couple of issues with database opening:
The text was updated successfully, but these errors were encountered: