scito / extract_otp_secrets

Extract one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes from authentication apps can be captured by camera, read from images, or read from text files. The secrets can be exported to JSON or CSV, or printed as QR codes to console.
https://scito.ch/content/extract-secret-keys-google-authenticator-qr-export
GNU General Public License v3.0
1.12k stars 137 forks source link

Upgrade to qreader>2.0 #41

Open scito opened 1 year ago

scito commented 1 year ago

QReader 2.0 has breaking changes. The code has to be adapted.

scito commented 1 year ago

There is a dependency to torchvision which does not support Python 3.11. We have to wait until the new release. The new 2.0 release won't support Python 3.7, so we have to wait until the end of life of Python 3.7 end of June 2023.

https://pytorch.org/blog/deprecation-cuda-python-support/

scito commented 1 year ago

Todo: