ssweeny / keepass-diff

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keepass-diff

This CLI-tool diffs two Keepass (.kdbx) files and prints their differences.

Usage:

cargo run <file-a> <file-b>

The CLI will ask for the password for both files individually.

Example Screencast

Used libraries:

Password for the Keepass demo files: demopass

Contributing

Care to help? I'm pretty new to Rust, so if anyone likes to help or teach me cool stuff, please reach out!

About

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

License:MIT License


Languages

Language:Rust 100.0%