-
Notifications
You must be signed in to change notification settings - Fork 235
Import fails in Java Desktop version from iOS app #254
Copy link
Copy link
Open
Description
Hi Lyndir
The iOS export data file must have change some months ago. Now, the password import from iOS app fails in the desktop java app.
A year old backup file that was working fine has the following structure:
# Master Password site export
# Export of site names and stored passwords (unless device-private) encrypted with the master key.
#
##
# Format: 1
# Date: 2020-02-01T22:56:15Z
# User Name: xxx
# Full Name: xxx
# Avatar: 0
# Key ID: yyy
# Version: 22222222222222.5.4
# Algorithm: 3
# Default Type: aaa
# Passwords: PROTECTED
##
#
# Last Times Password Login Site Site
# used used type name name password
2014-12-16T21:34:31Z 4 20:3:2 email@server.com webpage.com
Now, the export file has a json structure:
{
"export": {
"date": "2021-03-12T22:35:21Z",
"redacted": true,
"format": 1
},
"user": {
"avatar": 0,
"full_name": "xxx",
"algorithm": 3,
"key_id": "yyy",
"default_type": aaa,
"last_used": "2021-03-12T22:34:54Z"
},
"sites": {
"server.com": {
Could you please implement the new export file type from iOS?
Thank you
Regards
David
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels