Add the ability so provide an image file as the infile. If the file contains a QR code generated by Google Authenticator's "Transfer Accounts" function, it will be decoded directly in a single step. This is meant to help users who need to access their secrets from Google Authenticator but don't have a QR code decoder and don't want to use an online one due to security concerns.

This commit is contained in:
qwertyca
2022-12-21 16:47:31 -08:00
committed by Roland Kurmann
parent 65c52f4d81
commit 915efcf192
10 changed files with 559 additions and 61 deletions

View File

@@ -2,3 +2,5 @@ wheel
pytest
flake8
pylint
qreader
opencv-python