Skip to content

Latest commit

 

History

History
246 lines (153 loc) · 11.4 KB

File metadata and controls

246 lines (153 loc) · 11.4 KB

Frequently Asked Questions

Here are some common ones. More will be added in due time

Where and how the database is stored?

OneKeePass stores all your passwords and other details in a single encrypted file in any place of your choosing in the file system

What is the format of the OneKeePass database?

OneKeePass supports the well known KeePass database format KDBX 4

How many databases can be opened ?

You can open many databases at the same time. Each database is opened in a separate tab

How to synchrozie the database file between devices?

OneKeePass does not do any automatic synchronization at this time. As the password database is a single file, you can use any of the cloud storage service for the synchronization between devices and also for the backup

What is a key file ?

A key file is a file containing random bytes that is used in addition to your master key for additional security. You can basically use any file you want as a key file. Such a file should have random bytes data and the content of this random data remains the same as long as it is used as key file.

What is a master key?

The database file is encrypted using a master key. This master key is derived using multiple components: a master password, a key file or both

Accordingly you can use only a master password or only a key file or both to secure your database

How are entries organized ?

Entries are organized so that you can view them as Entry types or Categories or Group tree or Tagged entries.

Types


Tags


Categories


Groups


What are the entry categories ?

It is just the flattened list of keepass groups instead of a tree/folder like structure

What is an entry type?

Each entry type has certain set of fields. For example Login entry type include fields like username, password, url etc. OneKeePass supports some built-in standard entry types: Login, Credit/Debit Card, Bank Account and Wireless Router. More standard entry types will be added.

Can I create custom entry type?

You can create a custom type with sections and fields. Such custom entry type can be used as template while creating new entries

See the image here


Are file attachments supported?

Yes. You can attach any number of files to an entry. In the entry form screen, you can upload, view and delete. Any previously attahed file can be copied to a location outside the database.

It is recommended to use this feature only to store few/small files.

As these attached file contents are encrypted and stored within the database, attaching many/large files is considered to be out of the scope of a password manager. The database opening and saving then will be slow. It is better to use a specialized file encryption softwares - VeraCrypt,Cryptomator - to store many/large files

How do to add one or more TOTPs (Timed One-Time Passwords) to an Entry?

Select an entry and click Edit button or add a new entry. When the entry form is in edit mode, you can click Set up One-Time Password to add a TOTP - Fig 1. A dialog box is opened - Fig 2. In the dialog box, you can enter the secret string or OTP url that you got from the website or application you are authenticating to. On entering valid values, the otp token will be generated

You can add more than one TOTP fields for an Entry under the section ADDITIONAL ONE-TIME PASSWORDS. To add additional OTP fields, please click on the + as seen in Fig 1. In the opened dialog - see Fig 3 and Fig 4, please provide a field name and then secret string or otp url

If you want to update or to change an OTP field, the existing field needs to be deleted first and added with new values

You can see generated OTP values with progress indicators


Is Auto-Type supported ?

Yes. For now few basic features are supported for macOS and soon supports for other platforms will be added. See here for additional details

How to do Automatic Database Opening ?

One or more databases can be opened automatically when you open a single database. For this, you need to create a special group called AutoOpen under the root group.

Create entries using the entry template/type Auto Database Open in this group.

Enter the file path in the 'URL' field and password in the 'Password' field. If there is any key file is used, then the key file path is entered in the 'UserName' field

The database file path should start with kdbx://

Some examples are:

kdbx://./MyPasswords.kdbx

kdbx://{DB_DIR}/MyPasswords.kdbx

kdbx://{DB_DIR}/child-databases/MyPasswords.kdbx

Key file path examples:

./MyKeyFile.keyx

{DB_DIR}/MyKeyFile.keyx

{DB_DIR}/all-my-keys/MyKeyFile.keyx

When this main database is opened, all child databases will be opened automatically

How to do merging of two databases?

After opening a database, you can use the application menu "Database -> Merge Database..."

Then choose any of a valid keepass database file to merge with the currently opened file

Can I import passwords from other password managers?

Yes. OneKeePass supports a basic importing passwords from CSV (Comma Separated Values) files. This is useful when migrating from another password manager or importing passwords you have exported.

How to import a CSV file:

  1. Open or create a database where you want to import the passwords
  2. Use the menu option Database -> Import from CSV
  3. Select the CSV file you want to import
  4. OneKeePass will process the CSV file and create entries in your database

CSV file format:

Your CSV file should contain password data with appropriate columns. The first row should contain column headers. Common column names include:

  • Title or Name - entry title
  • UserName or Username - username/login
  • Password - password
  • URL or Url - website URL
  • Notes - additional notes or comments

Supported features:

  • Multiple entries can be imported in a single CSV file
  • Standard password fields (title, username, password, URL, notes) are recognized
  • Additional custom fields can be included and will be created as part of the entry

Note: OneKeePass currently imports generic CSV formats. If you're exporting from another password manager, you may need to format the export to match the expected CSV structure, or the exported file may already be in a compatible format.

Does OneKeePass provide any Browser Extension?

Yes, a basic version is supported from OneKeePass 0.17.0 onwards.

You can get the extension for Firefox or Chrome

After installing the extension in your browser, you also need to enable the browser extension use in OneKeePass's Application Settings

Application Settings -> Browser Integration -> Enable browser Integration -> Enable Firefox and Chrome

See the settings screen here


How can I quickly reopen recently used databases?

OneKeePass maintains a list of recently opened databases. You can access this list from the File -> Open Recent menu option. This allows you to quickly reopen databases you frequently use without having to navigate to their file locations.

Can I manage multiple databases at the same time?

Yes. You can open multiple databases, and each one appears in its own tab. You can easily switch between databases by clicking on the tabs. Tabs can be rearranged by dragging and dropping them to your preferred order.

How can I clone an entry to another database?

When you have multiple databases open, you can clone an entry from one database to another. Right-click on an entry in the entry list and select Clone to Database from the context menu. Choose the destination database from the list, and the entry will be copied to that database. This is useful for sharing entries across databases without manually recreating them.

How can I move entries between groups using drag and drop?

You can select one or more entries and drag them to a different group in the group tree. Simply click and hold on a selected entry (or multiple selected entries) and drag them over the target group. The target group will be highlighted to indicate where the entries will be moved.

What happens if my database file is changed externally?

OneKeePass automatically detects when a database file is modified by another application or instance. When this happens, the changes are automatically merged into your current session. You'll be notified of any conflicts, and the changes are seamlessly integrated into your open database.

How do I configure database backups?

You can configure backup settings using the File Management panel accessible from the application menu. Here you can:

  • Enable or disable automatic backup file creation
  • Specify the directory where backup files should be stored

Backups are created whenever you save changes to your database.

How do I merge two open databases?

If you have two similar databases open, you can merge them together. Use the application menu Database -> Merge Database... option. OneKeePass will combine entries and groups from both databases. This is particularly useful when you want to consolidate multiple password databases into one.

Can I use OneKeePass to autofill passwords or use passkeys on websites?

Yes, password autofill, passkey registration and passkey authentication are supported. You need to install the OneKeePass-Browser extension in a supported browser (Firefox or Chrome) and enable browser integration in Application Settings.

Password Autofill: The extension detects login forms and can fill your saved credentials from any open database.

Passkey Registration: When a website offers passkey creation, the extension handles the registration and stores the passkey in your database. You can choose which group and entry to store it in.

Passkey Authentication: When a website requests a passkey for sign-in, the extension finds matching passkeys in your open databases and lets you select one to authenticate.

Passkey entries are stored in standard KDBX4 format, compatible with other KeePass-based password managers.