mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
fix example in readme, generate with protoc 3.14
This commit is contained in:
parent
fb66c5f568
commit
b354c3d80d
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ Extract two-factor authentication (2FA, TFA) secret keys from export QR codes of
|
|||
3. Save the captured QR codes in a text file. Save each QR code on a new line. (The captured QR codes look like `otpauth-migration://offline?data=...`)
|
||||
4. Call this script with the file as input:
|
||||
|
||||
python extract_otp_secret_keys.py -q example_export.txt
|
||||
python extract_otp_secret_keys.py -p example_export.txt
|
||||
|
||||
## Requirement
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
# source: google_auth.proto
|
||||
|
||||
"""Generated protocol buffer code."""
|
||||
from google.protobuf import descriptor as _descriptor
|
||||
from google.protobuf import message as _message
|
||||
from google.protobuf import reflection as _reflection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue