• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bcrypt/H20-Apr-2018-1,9221,345

regress/H20-Apr-2018-1,7821,336

.gitignoreH A D20-Apr-2018287 3629

ChangelogH A D20-Apr-20184.6 KiB14499

IDEASH A D20-Apr-2018140 32

INSTALLH A D20-Apr-20181.4 KiB5037

LICENSEH A D20-Apr-20181.3 KiB2419

MakefileH A D03-May-20221.4 KiB6855

Makefile.linuxH A D20-Apr-20182.1 KiB7962

README.mdH A D20-Apr-2018588 1613

cmd_c.cH A D20-Apr-20182 KiB6427

cmd_cdel.cH A D20-Apr-20183.8 KiB13882

cmd_cedit.cH A D20-Apr-20184.3 KiB16196

cmd_clear.cH A D20-Apr-20182.1 KiB7734

cmd_clipboard.cH A D20-Apr-20186.4 KiB249163

cmd_clist.cH A D20-Apr-20182.1 KiB6425

cmd_cnew.cH A D20-Apr-20184.9 KiB174106

cmd_copy.cH A D20-Apr-20184.3 KiB15888

cmd_del.cH A D20-Apr-20183.9 KiB15389

cmd_edit.cH A D20-Apr-20185.1 KiB199125

cmd_export.cH A D20-Apr-20188.5 KiB311208

cmd_getnum.cH A D20-Apr-20189.2 KiB362249

cmd_help.cH A D20-Apr-20183.1 KiB7839

cmd_import.cH A D20-Apr-201812.2 KiB442277

cmd_info.cH A D20-Apr-20183.2 KiB11668

cmd_list.cH A D20-Apr-20184.6 KiB201124

cmd_near.cH A D20-Apr-20183.7 KiB16390

cmd_new.cH A D20-Apr-20185.2 KiB191108

cmd_passwd.cH A D20-Apr-20182.6 KiB8845

cmd_quit.cH A D20-Apr-20182.8 KiB10561

cmd_search.cH A D20-Apr-20184.3 KiB166103

cmd_searchre.cH A D20-Apr-20185 KiB197127

cmd_status.cH A D20-Apr-20182.4 KiB6730

cmd_swap.cH A D20-Apr-20185.7 KiB237135

cmd_version.cH A D20-Apr-20181.5 KiB357

cmd_write.cH A D20-Apr-20188 KiB266179

commands.cH A D20-Apr-201827.2 KiB1,123799

commands.hH A D20-Apr-20182.2 KiB6858

commands_init.cH A D20-Apr-201819.7 KiB350276

common.hH A D20-Apr-20181.8 KiB10583

kc.1H A D20-Apr-201824.3 KiB786772

kc.cH A D20-Apr-201828.7 KiB1,110757

malloc_check.cH A D20-Apr-20181.6 KiB4214

pwsafe_to_kc.plH A D20-Apr-20182.7 KiB8854

README.md

1keychain
2========
3
4A console based password storing application using an encrypted XML document as its database.
5
6Features include (but not limited to):
7* fixed string or regex based search (if compiled with pcre)
8* encrypted or plain text database import/export
9* fuzzy displaying of passwords if you suspect someone might watch your monitor
10* copy passwords to various clipboards
11* multiple keychains per database
12* the usual editing functions
13* compiles and works on \*BSD and Linux
14* editline (libedit) and readline support
15* clean and simple CLI with command and keychain completion
16