Strongbox icon indicating copy to clipboard operation
Strongbox copied to clipboard

Allow to import encrypted andOTP TOTP backup files

Open spotlesscoder opened this issue 1 year ago • 2 comments

andOTP is a free and OSS Android app for TOTP codes

I have recently migrated to iOS and want to import my TOTPs to strongbox.

andOTP allows to export these - I need strongbox to be able to import these

spotlesscoder avatar Feb 03 '24 19:02 spotlesscoder

Hi @CodingSpiderFox - Sounds like a fine request, but do you have any more detail on the format of the export?

Also, I don't think this is something we can prioritise in the near/medium term, so you might be best to get this done manually or in another fashion.

strongbox-mark avatar Feb 04 '24 03:02 strongbox-mark

I think the main backup logic of andOTP is here https://github.com/andOTP/andOTP/blob/master/app/src/main/java/org/shadowice/flocke/andotp/Tasks/EncryptedBackupTask.java#L16

and the restore is here https://github.com/andOTP/andOTP/blob/master/app/src/main/java/org/shadowice/flocke/andotp/Tasks/EncryptedRestoreTask.java

spotlesscoder avatar Feb 04 '24 08:02 spotlesscoder