summaryrefslogtreecommitdiffstats
path: root/system/kc/README
blob: c1bd522b372cc743f9f22bc2a267d596169f09ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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