improve README.md

pull/16/head
scito 2 years ago
parent 7fc69ea415
commit acab230436

@ -8,7 +8,8 @@
---
Extract two-factor authentication (2FA, TFA) secret keys from export QR codes of "Google Authenticator" app
Extract two-factor authentication (2FA, TFA) secret keys from export QR codes of "Google Authenticator" app.
The secret and otp values can be printed and exported to json or csv. The QR codes can be printed or saved as PNG images.
## Usage
@ -27,6 +28,8 @@ Known to work with
* Python 3.10.6, protobuf 4.21.5, qrcode 7.3.1, and pillow 9.2
For protobuf versions 3.14.0 or similar or Python 3.6, use the extract_otp_secret_keys version 1.4.0.
### Optional
For printing QR codes, the qrcode module is required, otherwise it can be omitted.

Loading…
Cancel
Save