From acab23043676254bc30f8906b0338ad89a76193c Mon Sep 17 00:00:00 2001 From: scito Date: Sun, 4 Sep 2022 08:57:12 +0200 Subject: [PATCH] improve README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3e128a..aeac0bd 100644 --- a/README.md +++ b/README.md @@ -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.