You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should protected/unprotected opening even be configurable? Right now it always opens unprotected. We can't have any memory security with python anyway.
@pschmitt How do you feel about possibly merging pykeepass and libkeepass? I think there's no practical reason for the codebases to be separate anymore, and anyone who needs low-level database manipulation still has access to PyKeePass.kdb object.
Also @firecat53 would probably be interested in this thread.
@pschmitt @crass
I've been working on a complete rewrite to add support for KDBX4 (and KDBX3) and shrink down the codebase.
Things to note:
no entry unprotecting yetfixedkdbx4 seems to use some new binary format for storing dates? all my date fields look similar tofixed in pykeepass1M100A4AAAA=
edit: see here
Also, getting pykeepass working with it was pretty trivial. See the
libkeepass_proto
branch:https://github.com/Evidlo/pykeepass
Let me know what you think.
The text was updated successfully, but these errors were encountered: