mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
26c349cd24
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
14 lines
658 B
Text
14 lines
658 B
Text
A console based password storing application using an encrypted XML document as
|
|
its database.
|
|
|
|
Features include (but not limited to):
|
|
* fixed string or regex based search (if compiled with pcre)
|
|
* encrypted or plain text database import/export
|
|
* fuzzy displaying of passwords if you suspect someone might watch your
|
|
monitor
|
|
* multiple keychains per database
|
|
* the usual editing functions
|
|
* compiles and works on *BSD and Linux
|
|
* editline (libedit) and readline support
|
|
* clean and simple CLI with command and keychain completion
|
|
* comes with a tiny and simple utility which can convert an exported pwsafe database to a kc compatible XML database
|