Skip to content

mauriciosantos/2fas-to-qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Converts 2FAS authenticator backup files to QR codes that can be imported into any other authenticator app.

See: https://2fas.com/

Usage

Using the app go to Settings -> Backup -> Export -> Disable Set Password Option -> Export to File

Move the file to a system with python3 and execute script:

pip3 install -r requirements.txt
python3 ./twofas_to_qr.py '<2FAS Input File>' '<Output Directory>'

Then scan the generated codes using your authenticator app of preference. Remember to delete the 2FAS backup file as well as generated QR codes afterwards! They contain the plaintext secrets that anyone can see.

About

Converts 2FAS authenticator backups to QR codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages