https://github.com/phx/mfa-importer
https://github.com/phx/mfa-importer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phx/mfa-importer
- Owner: phx
- License: mit
- Created: 2021-09-09T17:03:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-14T21:58:56.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T10:33:32.181Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```