Tag Archives: tips

KyPass tips #3 – Automatic import

Do you know that KyPass Companion could import a dynamic kdb/kdbx database or .csv file in your kdbx (KeePass v2) database ?

import1How ?

  1. Select the folder where you want to insert/update the exported entry.
  2. Go to File/Create Import Task
  3. Give a name for your task.
  4. Select the URL of the kdb/csv file or select directly the file from the file browser.
    For the .csv file, the format is:

    1. Line 1: <fieldname>;<fieldname>;.. with fieldname is title, username, password, url or any name for custom attributes.
    2. Line 2 and others, your values separated by a semicolon

    import2

  5. Enter the password and/or the keyfile if the import file is a kdb database.
  6. Check the ‘add to task’ checkbox. It will save the task in the folder you have selected previously in step 1.
  7. Check ‘update entries’ checkbox if you want that, when then task is launched, the entries are update and not created each time.
  8. Check ‘ignore groups’ checkbox if you don’t want to keep the tree in the imported kdb database.
  9. Click on the ‘run’ button to do the first import.

The task is now created.

import3Each time you want to run again the task, go in View/Display task list and select the task you want to run.

More tips soon (if you like it!)

KyPass tips #1

KyPass support various URI schemes in the URL field (http/https internal and all other schemes in their corresponding iPhone app)
iSSH have URI scheme support !

By typing <username> or <password> in the http field, <username> or <password> will be replaced by their value.

It means that you could enter ssh://<username>:<password>@example.com in one of your url field and KyPass will open iSSH with a authenticated session on example.com.

This page centralizes code samples for URI schemes available in many iPhone applications: http://wiki.akosma.com/IPhone_URL_Schemes