How to migrate from freeotp+ to andotp.
This is a python script that converts a freeotp backup into an import for andotp.
For example, one can export a backup from freeotp+ as shown on the right. This will create a file "freeotp-backup.json", typically in the "Downloads" folder.
Next, upload "freeotp-backup.json" to your computer, for example using any of:
- xplore file manager over ssh or smb
- Google drive
- Dropbox
Then, use the python script to convert it to a andotp backup:
freeotp-to-andotp.py freeotp-backup.json >andotp-backup.json
Last, download andotp-backup.json to your device, and import it into andotp as shown on the right.
This is based on freeotp-to-andotp-migrator by Stavros Korokithakis, which reads XML format freeotp data.