-
Notifications
You must be signed in to change notification settings - Fork 95
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
Add setters to encryption_algorithm & kdf_algorithm #233
Comments
This is blocked by construct/construct#889 |
Sorry for keeping you waiting. I will fix this tomorrow and publish to pypi asap. |
Problem was fixed and I just published it to pypi. Thanks for patience. |
FalkAlexander
pushed a commit
to FalkAlexander/PasswordSafe
that referenced
this issue
Jun 8, 2021
This is code for switching the database encryption. It can't be implemented right now due to libkeepass/pykeepass#233
Hello, any news on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was playing around the idea of changing the encryption algorithm in Password Safe (see https://gitlab.gnome.org/World/PasswordSafe/-/merge_requests/296) and I noticed that this was not possible doing
db.encrpytion_algorithm = new_algorithm
. Looking at pykeepass.py it seems that there are not setters for this property.The text was updated successfully, but these errors were encountered: