Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import fails in Java Desktop version from iOS app #254

Open
madsci opened this issue May 19, 2021 · 1 comment
Open

Import fails in Java Desktop version from iOS app #254

madsci opened this issue May 19, 2021 · 1 comment

Comments

@madsci
Copy link

madsci commented May 19, 2021

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

@rolandog
Copy link
Contributor

Hello @madsci, I'm not sure if you're aware that the project moved to Gitlab a while ago, and was then re-named to Spectre. It's still owned by @lhunath.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants