2013-12-01 00:38:06 +01:00
|
|
|
kc is a console based password storing application using an encrypted XML
|
|
|
|
document as its database.
|
2011-12-13 21:15:22 +01:00
|
|
|
|
|
|
|
Features include (but not limited to):
|
|
|
|
* fixed string or regex based search (if compiled with pcre)
|
2013-04-24 02:48:14 +02:00
|
|
|
* encrypted or plain text database import/export
|
2013-12-01 00:38:06 +01:00
|
|
|
* fuzzy displaying of passwords if you suspect someone might watch
|
|
|
|
your monitor
|
2013-12-14 15:46:58 +01:00
|
|
|
* copy passwords to various clipboards
|
2011-12-13 21:15:22 +01:00
|
|
|
* multiple keychains per database
|
|
|
|
* the usual editing functions
|
|
|
|
* compiles and works on *BSD and Linux
|
2013-04-24 02:48:14 +02:00
|
|
|
* editline (libedit) and readline support
|
2011-12-13 21:15:22 +01:00
|
|
|
* clean and simple CLI with command and keychain completion
|
2018-04-23 19:00:32 +02:00
|
|
|
|
|
|
|
This SlackBuild has build options to control some of its behavior:
|
|
|
|
LIBSCRYPT: If this variable is set, kc will be built with scrypt
|
|
|
|
encrypted passwords support. It needs the libscrypt library
|
|
|
|
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.
|
|
|
|
It needs the libedit library for this, that is also available
|
|
|
|
from SBo.
|