From 360fc1b73fa1e1cbfb87e16984ed276bab43ca87 Mon Sep 17 00:00:00 2001 From: Token2 Date: Thu, 15 Jul 2021 11:32:56 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7995397..f2504fc 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ extract_otp_secret_keys-linux.py --fromimg *png file* --moltofile *txt file* - --moltofile : save extracted data in file compatible with Molto-2 format. If file does not exist a new file will be created --htmlfile : save extracted data in html file with QR codes for enrolling TOTP profiles to other apps or single profile tokens - + +### Examples + +Windows - decode GA-QR.png contents to format for Molto2 bulk import + extract_otp_secret_keys-win.py --fromimg C:\Temp\GA-QR.png --moltofile C:\Temp\Molto2-import-totp.txt + +