markuta / authy-backup

A way to extract Authy TOTP tokens using a rooted Android device.
BSD 2-Clause "Simplified" License
31 stars 2 forks source link

json file #1

Closed danielgruber8 closed 3 months ago

danielgruber8 commented 4 months ago

Hi,

Is there a way to get a json file instead of QR codes for bulk import into Aegis / 2FAS / Ente?

markuta commented 3 months ago

I was initially thinking about this, but the problem is there are different export/import formats. I believe Aegis supports importing the raw com.authy.storage.tokens.authenticator.xml file, among other ways.

Anyway, I've added really basic JSON export feature, using the Aegis format. It writes a file to the current directory. P.S. not much testing has been done.