strongbox-password-safe / Strongbox

A KeePass/Password Safe Client for iOS and OS X
https://strongboxsafe.com
GNU Affero General Public License v3.0
1.29k stars 100 forks source link

Allow to import encrypted andOTP TOTP backup files #761

Open spotlesscoder opened 5 months ago

spotlesscoder commented 5 months ago

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

strongbox-mark commented 5 months ago

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.

spotlesscoder commented 5 months ago

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