c5804a640b
kdbx-viewer provides an ncurses GUI and command-line tool for KeePass2 Database files. Reviewed by: mat (mentor) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D8033
10 lines
388 B
Text
10 lines
388 B
Text
Command-line tool written in C for KeePass2 Database files (kdbx).
|
|
It works completely read-only at the moment.
|
|
|
|
Features:
|
|
- ncurses GUI to browse and view password database
|
|
- Dump raw, decrypted XML content with obscured passwords
|
|
- Display tree structure with de-obscured (=readable) passwords
|
|
- Get tab-separated (TSV/CSV) password list
|
|
|
|
WWW: https://max-weller.github.io/kdbx-viewer/
|