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.
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.
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!