rich-murphey / freeotp-to-andotp

a CLI to help one migrate from freeotp+ to andotp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeotp-to-andotp

How to migrate from freeotp+ to andotp.

This is a python script that converts a freeotp backup into an import for andotp.

Export from Freeotp+

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:

Then, use the python script to convert it to a andotp backup:

freeotp-to-andotp.py freeotp-backup.json >andotp-backup.json

Import into andotp

Last, download andotp-backup.json to your device, and import it into andotp as shown on the right.

Credits

This is based on freeotp-to-andotp-migrator by Stavros Korokithakis, which reads XML format freeotp data.

About

a CLI to help one migrate from freeotp+ to andotp

License:GNU General Public License v3.0


Languages

Language:Python 91.9%Language:Makefile 8.1%