keepass-diff icon indicating copy to clipboard operation
keepass-diff copied to clipboard

A CLI-tool to diff Keepass (.kdbx) files. Useful, if syncing with Dropbox or NextCloud and getting multiple files due to conflicts.

Results 25 keepass-diff issues
Sort by recently updated
recently updated
newest added

I installed through Docker then ran : `keepass-diff myfileA.kdbx myfileB.kdbx --keyfile-a ~/path/to/keyfile --keyfile-b ~/path/to/keyfile` Passwords were prompted even though I used keyfile, documentation is not clear so I guessed I...

I tried to diff to databases because of a syncing conflict. I now use Linux but generated the key files under windows with KeePassXC. When I run `RUSTBACKTRACE=1 keepass-diff db1.kdbx...

After applying the fix suggested in #71 , the container build still fails on Mac OS X (Apple Silicon) with the following error: ``` podman build -f Containerfile.install -t "keepass-diff:custom-local"...

Changes: - use `String:new()` instead of `format!("")` - use `is_empty()` instead of `s == ""` - use reference iterator instead of `into_iter` - replace `write!` + '\n' with `writeln!` -...

In Linux GUI (a small dialog box) can be created to enter passport for CLI tools. This is more user friendly as it helps in viewing if the password was...