From 9a043fa40ef11008c06b3bb699e69d1b3d25df3b Mon Sep 17 00:00:00 2001 From: Token2 Date: Thu, 15 Jul 2021 10:36:34 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8193d..442e90c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Google Authenticator is still the most popular TOTP application used for 2FA. Th In this project, we will publish tools and scripts allowing you can benefit from this feature and transfer the accounts to a hardware token. You can use this both for backing up your TOTP profiles and transferring them completely to a hardware token. The main script is forked from https://github.com/scito/extract_otp_secret_keys ## Packages used -Python : the protobuf package of Google for proto3 is required for running this script. protobuf >= 3.14 is recommended. +### Python +The protobuf package of Google for proto3 is required for running this script. protobuf >= 3.14 is recommended. pip install protobuf @@ -19,6 +20,8 @@ Python : the protobuf package of Google for proto3 is required for running this *SimpleCodeGenerator.exe* - used to create a QR code from text. Created by Nir Sofer (https://www.nirsoft.net/utils/qr_code_generator.html) +Both can be downloaded from this repository or from the original websites. + **Linux** *zbarimg* - used to decode the contents of the QR code to text. This is a part of Zbar Code Reader project (http://zbar.sourceforge.net/). Installation using the following command: