This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
extract_otp_secret_keys
Watch
2
Star
0
Fork
0
You've already forked extract_otp_secret_keys
mirror of
https://github.com/scito/extract_otp_secret_keys
synced
2024-11-10 07:10:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5eed47364e
extract_otp_secret_keys
/
requirements.txt
8 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add python virtual env instructions This change adds instructions on how to setup a python virtual env for this repo. In addition, the respective requirements files have been added for easy installation with pip.
2022-01-05 08:51:17 +00:00
protobuf
qrcode
Pillow
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.
2022-12-22 00:47:31 +00:00
qreader
opencv-python
extract from camera - add help description - use f-strings - handle plural correctly - rename methods, use otp_url instead of line - remove importlib.util - move cv2 imports to top - remove unnecessary global delcarations - group image tests
2022-12-28 21:28:54 +00:00
pyzbar
add typing_extensions for compatibility
2022-12-30 00:37:13 +00:00
typing_extensions # PYTHON < 3.11: add types
Reference in New Issue
Copy Permalink