diff --git a/HowtoKeePassX.md b/HowtoKeePassX.md index 54ef1597..745bd1bf 100644 --- a/HowtoKeePassX.md +++ b/HowtoKeePassX.md @@ -47,7 +47,7 @@ Vous pourrez ultérieurement l'utiliser via la commande : $ keepass db.kdbx ~~~ -### Convertir .kdbx en .kdbx +### Convertir .kdb en .kdbx ~~~ Base de données> Importer une base de données KeePass @@ -64,8 +64,8 @@ Il suffit de lancer kpcli sans argument, puis de sauvegarder : ~~~ $ kpcli kpcli:/> help saveas -saveas: Save to a specific filename (saveas []) -kpcli:/> saveas foo.kdb +saveas: Save to a specific filename (saveas []) +kpcli:/> saveas foo.kdbx Please provide the master password: ************************* Retype to verify: ************************* ~~~ @@ -74,12 +74,12 @@ Retype to verify: ************************* kpcli a quelques options au démarrage. Les plus utiles étant : -* `--kdb FICHIER.kdb` - Spécifie le fichier kdb à ouvrir. +* `--kdb FICHIER.kdbx` - Spécifie le fichier kdb à ouvrir. * `--key FICHIER` - Spécifie le fichier clé à utiliser pour déverrouiller la base * `--readonly` - Ouverture de la base de donnée en lecture seule ~~~ -$ kpcli -kdb db.kdb +$ kpcli -kdb db.kdbx Please provide the master password: ************************* KeePass CLI (kpcli) v2.7 is ready for operation. @@ -95,17 +95,17 @@ kpcli:/> help cls -- Clear screen ("clear" command also works) copy -- Copy an entry: copy edit -- Edit an entry: edit - export -- Export entries to a new KeePass DB (export []) + export -- Export entries to a new KeePass DB (export []) find -- Finds entries by Title help -- Print helpful information history -- Prints the command history icons -- Change group or entry icons in the database - import -- Import another KeePass DB (import []) + import -- Import another KeePass DB (import []) ls -- Lists items in the pwd or a specified path ("dir" also works) mkdir -- Create a new group (mkdir ) mv -- Move an item: mv new -- Create a new entry: new - open -- Open a KeePass database file (open []) + open -- Open a KeePass database file (open []) pwck -- Check password quality: pwck pwd -- Print the current working directory quit -- Quit this program (EOF and exit also work) @@ -113,7 +113,7 @@ kpcli:/> help rm -- Remove an entry: rm rmdir -- Delete a group (rmdir ) save -- Save the database to disk - saveas -- Save to a specific filename (saveas []) + saveas -- Save to a specific filename (saveas []) show -- Show an entry: show [-f] [-a] stats -- Prints statistics about the open KeePass file ver -- Print the version of this program @@ -160,7 +160,7 @@ Retype to verify: URL: Notes/Comments (""): Database was modified. Do you want to save it now? [y/N]: -Saved to /home/evolix/partage/private/evolix.shared.kdb +Saved to foo.kdbx ~~~ ### Modifier une entrée