1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/kdbxviewer/pkg-descr
Robert Clausecker 890021e113 security/kdbxviewer: update to 0.1.9 and unbreak with -fno-common
Summary:
- Unbreak this port by adding an extern keyword in the right place.
- Fix ANSI color setting on abort()
- Upstream has moved to a new github account
  (https://github.com/luelista/kdbxviewer) but appears to have abandoned the
  project.  Move upstream to a fork which appears to have continued development
  on the project.  Upstream does not tag releases but periodically changes the
  README to indicate a new release.
- Remove dead WWW and replace it with upstream repository.
- Set MAINTAINER to reporter

Differential Revision: https://reviews.freebsd.org/D32822
2021-11-03 14:50:38 +01:00

11 lines
383 B
Plaintext

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://github.com/pepa65/kdbxviewer