-
Notifications
You must be signed in to change notification settings - Fork 75
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
Can't import from FreeOTP to FreeOTPPlus #242
Comments
Hey, I've made a tool to convert FreeOTP backups to a URI list compatible with FreeOTP+. you can find it here: https://github.com/Maschmalow/freeotp-android |
@Maschmalow Would you mind opening |
For anyone wanting to review @Maschmalow 's code (commits fcd0aa2753050e88b404cbd2e8ec6767f33e077d and 2e86b9b3bea061f7f0d9f866f0fdb840228084fc), most of the changed files contain only fluff (changed README, renamed freeotp to freeotpbackup, deleted unneeded imports, added one import (android.net.Uri), added new string (for the convert action)). The important changes are in:
EDIT: The same issue in another project: beemdevelopment/Aegis#1084 "Support for importing FreeOTP 2.0 encrypted backups" |
Selecting "backup" from FreeOTP (freeotp-android) 2.0 (24) results in a file named
externalBackup
.I tried importing this file into FreeOTP+ (FreeOTPPlus) 3.0 (21) using both "import JSON format" and "key URI format". Both result in the error message "Failed to import [format]. The file is malformed".
The text was updated successfully, but these errors were encountered: