scito / extract_otp_secrets

Extract one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes from authentication apps can be captured by camera, read from images, or read from text files. The secrets can be exported to JSON or CSV, or printed as QR codes to console.
https://scito.ch/content/extract-secret-keys-google-authenticator-qr-export
GNU General Public License v3.0
1.16k stars 138 forks source link

Add docker as installation option #23

Closed ilyakaznacheev closed 1 year ago

ilyakaznacheev commented 2 years ago

For those who like me don't use Python as a programming language often, and thus don't have a Python environment set up, the container alternative is clean and fast to use.

I've done it for myself, but I'd like to share it with everybody.

P.S.: thanks for the great tool!

ilyakaznacheev commented 1 year ago

Lemme check

scito commented 1 year ago

Thank you!