IMPORTANT: kc v2.4 has introduced a new database file format that is incompatible with the older one (<2.4). Dump all your data to files before upgrading to version 2.4 and re-import: 1) Dump the old database with the old version of kc: $ kc -k ~/.kc/default.kcd Password: dump kcdump Dump OK quit $ ls kcdump.xml kcdump.xml 2) Make a backup, just in case $ mv ~/.kc/default.kcd ~/.kc/default.kcd-backup 3) Upgrade kc to version 2.4 4) Create a new, empty database file and import the dump $ kc Creating '~/.kc/default.kcd' Using '~/.kc/default.kcd' database. New password (empty to cancel): New password again (empty to cancel): importxml -k kcdump.xml Import OK write Save OK quit 5) Test if the import is ok 6) Remove the dump rm -P kcdump.xml