-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
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
- Make a new password in 1password
- Export 1pux file
- Import into KeePassXC
- 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
Projects
Status
Done