Jump to content

Extract OTP Secrets 2.8.2


FunkyBuddha

Recommended Posts

Posted

Extract TOTP/HOTP secrets from QR codes exported by two-factor authentication apps.

The Python script extract_otp_secrets.py extracts 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 read in three ways:

    Capture the QR codes with the system camera using a GUI, 🆕
    Read image files containing the QR codes, and 🆕
    Read text files containing the QR code data generated by third-party QR readers.

The secrets can be exported to JSON or CSV, or printed as QR codes to console or saved as PNG.

This project/script was renamed from extract_otp_secret_keys to extract_otp_secrets.

 

Use Case:

  • If you wanted to transfer Google Authenticator to another  app like Bitwarden or OnePass, there is usually no direct  way to do it. This app can read the QR code from your authenticator and decode it to extract the secret keys which you then import to another password manager.

Info:

Quote

Hidden Content

    Give reaction to this post to see the hidden content.

Link:

Quote

Hidden Content

    Give reaction to this post to see the hidden content.

 

  • Like 2
  • Thanks 3

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...