We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
A how-to question. For some test Keepass databases, I have a master key but it is empty/blank.
How can I use pyKeepass in that case ? I get: invalid credentials when I try with password = ""
When I change the password to test in Keepass and Python, it works fine.
Best regards,
Wim
The text was updated successfully, but these errors were encountered:
Use None
None
Sorry, something went wrong.
Thanks, I already tried that. It gives me: Invalid credentials
Only changing it to "test" in the Python code and also in Keepass, then it works.
Visually in Keepass for the empty password, I get the checkbox with "Master password" and then leave that field blank and get access.
Thanks,
No branches or pull requests
Hello,
A how-to question. For some test Keepass databases, I have a master key but it is empty/blank.
How can I use pyKeepass in that case ?
I get: invalid credentials when I try with password = ""
When I change the password to test in Keepass and Python, it works fine.
Best regards,
Wim
The text was updated successfully, but these errors were encountered: