Andotp: Standartize the backup format

Created on 13 Jun 2019  路  6Comments  路  Source: andOTP/andOTP

There is an ongoing initiative to standardize the backup format of several other OTP authenticators.

I suggest andOTP joins that movement.

enhancement

Most helpful comment

I totally agree with @RichyHBM and fully support a standardized backup format. I have a few free days next week and will try to look into the discussion you linked and maybe particiapte. As soon as a standard has been decided on I will start on implementing it in andOTP.

All 6 comments

I support the idea, but has there been any decided standard on what this format would be?

I totally agree with @RichyHBM and fully support a standardized backup format. I have a few free days next week and will try to look into the discussion you linked and maybe particiapte. As soon as a standard has been decided on I will start on implementing it in andOTP.

I support the idea, but has there been any decided standard on what this format would be?

Yes https://github.com/Authenticator-Extension/Authenticator/wiki/Standard-OTP-Backup-Format-Devloper-Info

The problem with that format is it wouldnt allow us to save any image/icon information with entries, maybe we can add a custom &image=... argument?

Yes the custom arg should be enough

Just wanted to add a couple of comments.

Just the ability to exchange the essential TOTP information, without icons, will be very helpful to users. It's just one otpauth URI per line, so implementation can be quick.

Later the format can be further extended by agreement between developers to add:

  • Icons.
  • Encryption.
  • An end marker so file truncation can be detected
  • A comment syntax in case one wishes to manually annotate an exported file.
  • Checksums to detect corrruption.
Was this page helpful?
0 / 5 - 0 ratings