An open API service indexing awesome lists of open source software.

https://github.com/phx/mfa-importer


https://github.com/phx/mfa-importer

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# MFA Importer

This provides a quick way to re-import your MFA backups to mobile MFA tools such as Google Authenticator or Authy by re-converting your text file backup files into QR codes.

The entire process takes less than a minute. You can import MFA tokens as quickly as you can scan QR codes.

## Usage

```
git clone https://github.com/phx/mfa-importer
cd mfa-importer
pip3 install qrcode
./import.py -f /path/to/exported_file.txt
```