summaryrefslogtreecommitdiffstats
path: root/system/kc/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/kc/README')
-rw-r--r--system/kc/README19
1 files changed, 10 insertions, 9 deletions
diff --git a/system/kc/README b/system/kc/README
index ea03c74bae..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
@@ -19,3 +16,7 @@ LIBSCRYPT: If this variable is set, kc will be built with scrypt
for this, that is also available from SBo.
EDITLINE: If this variable is set, kc will use editline for its
command line interface; otherwise, readline will be used.
+PCRE: If this variable is set, kc will use libcpre to enable
+ perl-compatible regular expressions while searching.
+ Note that POSIX regular expressions are supported without
+ the need of this.