/totp-converter-compose

Converts 2FA TOTP tokens from one service provider to another

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

TOTP Converter

Compile debug Unit tests

This program converts JSON files between a few different 2FA providers' formats.

The intended use for this program is to move from one 2FA provider to another by exporting your tokens from one provider and converting them into a different format.

This app is the Android port of the self-hosted web version.

  • This app is a work-in-progress and is not yet functional.

Preview Image

License

This app uses the Github icon provided by Github, per their terms of use.

Other icons are provided by Google under Apache License Version 2.0 as part of their Material Icons library.

The source code for this app itself is GPLv3 licensed. See the LICENSE file.

TODO

  • support for other providers
  • support for username/password fields as well
  • settings page to enable/disable username, password, etc.
  • support for encrypted import files
  • support for encrypted export files