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:
@@ -4,9 +4,15 @@ verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
protobuf = "*"
|
||||
protobuf = "==4.21.12"
|
||||
qrcode = "*"
|
||||
pillow = "*"
|
||||
wheel = "==0.38.4"
|
||||
pytest = "==7.2.0"
|
||||
flake8 = "==6.0.0"
|
||||
pylint = "==2.15.9"
|
||||
qreader = "==1.3.1"
|
||||
opencv-python = "==4.6.0.66"
|
||||
|
||||
[dev-packages]
|
||||
pytest = "*"
|
||||
|
||||
Reference in New Issue
Block a user