mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-08 15:54:58 +01:00
add "known to work" in readme
This commit is contained in:
parent
b354c3d80d
commit
6f884b4d05
1 changed files with 6 additions and 1 deletions
|
|
@ -13,10 +13,15 @@ Extract two-factor authentication (2FA, TFA) secret keys from export QR codes of
|
||||||
|
|
||||||
## Requirement
|
## Requirement
|
||||||
|
|
||||||
The protobuf package of Google for proto3 is required for running this script.
|
The protobuf package of Google for proto3 is required for running this script. protobuf >= 3.14 is recommended.
|
||||||
|
|
||||||
pip install protobuf
|
pip install protobuf
|
||||||
|
|
||||||
|
Known to work with
|
||||||
|
|
||||||
|
* Python 3.6.12 and protobuf 3.14.0
|
||||||
|
* Python 3.8.5 and protobuf 3.14.0
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
For printing QR codes, the qrcode module is required
|
For printing QR codes, the qrcode module is required
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue