diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2024-03-08 06:51:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 06:18:12 +0700 |
commit | 3c9f6000d0be97de2fb24e2e7cdbb65ec3296598 (patch) | |
tree | c8b3eaf12b8277a37f818915b5fd5a3b960390ac /system/kc/README | |
parent | 710ce4af635eb1f239a9f22bdea2795ddf1558d0 (diff) |
system/kc: Updated for version 2.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kc/README')
-rw-r--r-- | system/kc/README | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/system/kc/README b/system/kc/README index 266b765ba1..c058617b62 100644 --- a/system/kc/README +++ b/system/kc/README @@ -1,17 +1,14 @@ -kc is a console based password storing application using an encrypted +kc is 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) +Features include: + * fixed string or regex based search + * OpenSSH agent support for protecting the database + * YubiKey challenge-response support for protecting the database * encrypted or plain text database import/export - * fuzzy displaying of passwords if you suspect someone might watch - your monitor - * copy passwords to various clipboards * multiple keychains per database - * the usual editing functions - * compiles and works on *BSD and Linux + * copy passwords to various clipboards * editline (libedit) and readline support - * clean and simple CLI with command and keychain completion This SlackBuild has build options to control some of its behavior: LIBSCRYPT: If this variable is set, kc will be built with scrypt |