another_authenticator icon indicating copy to clipboard operation
another_authenticator copied to clipboard

Feature request: Backup/Export accounts

Open ztl8702 opened this issue 6 years ago • 5 comments
trafficstars

Backup and/or export/import accounts.

I can work on it if I have time.

ztl8702 avatar Mar 09 '19 12:03 ztl8702

May I ask how you plan to implement it? I'm a bit concerned about security. I think at least a log of some sort will need to be updated when users view or transfer accounts.

Also, I'm happy to transfer the repo to an organisation if you want to work on it.

YC avatar Mar 09 '19 23:03 YC

Do you currently store the keys as plaintext?

I am thinking storing them as an encrypted file that requires PIN on app launch to decrypt. So the exported file will also be encrypted and requires PIN when importing.

ztl8702 avatar Mar 10 '19 02:03 ztl8702

Yes, it is currently a JSON file in plaintext. If a PIN is required, then I guess that has to be implemented as a part of the app itself?

YC avatar Mar 10 '19 10:03 YC

If a PIN is required, then I guess that has to be implemented as a part of the app itself?

Yeah

ztl8702 avatar Mar 10 '19 20:03 ztl8702