diff options
Diffstat (limited to 'security/kc/pkg-message')
-rw-r--r-- | security/kc/pkg-message | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/kc/pkg-message b/security/kc/pkg-message new file mode 100644 index 000000000000..c08487d3e962 --- /dev/null +++ b/security/kc/pkg-message @@ -0,0 +1,36 @@ +[ +{ type: install + message: <<EOM +Please read ${PREFIX}/share/doc/kc/Changelog.md to see why you might not be able to open your database anymore. + +Example: + +Running v2.5, creating a new then importing a v2.4 database that was using the default settings (sha512 KDF, aes256 cipher, cbc mode): + +$ kc +Creating 'default.kcd' +Using 'default.kcd' database. +New password (empty to cancel): +New password again (empty to cancel): +Initializing... +Database file: default.kcd (default.kcd) +XML structure size: 148 bytes +Security key(s): no +Password: yes +SSH agent: no +Password function: sha512 (100000 iterations) +Encryption: aes256, cbc +Read-only: no +Modified: yes +<default% > import -o -R 5000 -k passwords.kcd +Reading database... +Opening 'passwords.kcd' +Password: +Decrypting... +Checking database... +Counting keys and keychains... +Import finished. +<passwords% > +EOM +} +] |