/and-otp-uri

Convert andOTP or GNOME Authenticator backups into otpauth-URIs

Primary LanguagePython

and-otp-uri

Parses backups from the andOTP-Android app and turns the entries into otpauth-URIs understood by other authenticator apps.

With the --generate-pass-entries option you can directly create pass entries from the backup.

Installation

pip install and-otp-uri

Usage:

To print out URIs for the entries in the backup run

and-otp-uri /path/to/backup.json

See and-otp-uri --help for all available options.