36 lines
861 B
Text
36 lines
861 B
Text
[
|
|
{ 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
|
|
}
|
|
]
|