diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2011-12-13 14:15:22 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:47 -0200 |
commit | c9b65989b093b62bb96fc9374d8cfb085da1744b (patch) | |
tree | 6d1978ea5c9e9e941205de485ae474ac8a4ce1eb /system/kc/README | |
parent | f42edb8d8e942fa69429caa5e69dcd24a9b03d5b (diff) | |
download | slackbuilds-c9b65989b093b62bb96fc9374d8cfb085da1744b.tar.gz |
system/kc: Added (console-based password management)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/kc/README')
-rw-r--r-- | system/kc/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/kc/README b/system/kc/README new file mode 100644 index 0000000000..8b07c5d644 --- /dev/null +++ b/system/kc/README @@ -0,0 +1,15 @@ +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) + * 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 (little bit in favor of editline) + * clean and simple CLI with command and keychain completion + +This requires libbsd. |