Skip to content

"passwords" (UUID 005) from 1passwords get not imported  #11298

@KrisKind75

Description

@KrisKind75

Overview

CategoryUIID 001, which are "logins" in 1password, are stored like this in the JSON export from 1password:

{

"categoryUuid": "001",
"details": {
"htmlForm": {},
"loginFields": [
  {
  "value": "xxxxxxxxxxxxxxx",
  "id": "",
  "name": "password",
  "fieldType": "P",
  "designation": "password"
}]
},

while 005 "passwords" are stored like this:

{
"categoryUuid": "005",
"details": {
"loginFields": [],
"sections": [],
"passwordHistory": [],
"password": "xxxxxxxxxxxxxxxx"
},
},

005 items gets imported, but without the actual password, probably due to the different structure in the JSON Export. I have several hundreds of these...

Steps to Reproduce

  1. Make a new password in 1password
  2. Export 1pux file
  3. Import into KeePassXC
  4. Compare the 2 passwords

Expected Behavior

I expect the passwords to be the same

Actual Behavior

The item gets imported, but the actual password is missing.

KeePassXC for windows - VERSION 2.79
1Password for Windows 8.10.45 (81045002)

Operating System: Windows 11

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions