otpauth-migration-decoder
Convert otpauth-migration to plain link (by digitalduke)
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. (by scito)
otpauth-migration-decoder | extract_otp_secrets | |
---|---|---|
1 | 10 | |
41 | 1,290 | |
- | 3.2% | |
4.1 | 9.0 | |
almost 2 years ago | 1 day ago | |
Python | Python | |
- | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
otpauth-migration-decoder
Posts with mentions or reviews of otpauth-migration-decoder.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-09.
-
Is there a way to backup everything in my Google Authenticator?
latest google authenticator has an export option. save the url or QR code and you will be able to load it in the next phone (or use a tool such as https://github.com/dim13/otpauth / https://github.com/digitalduke/otpauth-migration-decoder to decode the keys/timers and load in TOTP inside keypassx etc')
extract_otp_secrets
Posts with mentions or reviews of extract_otp_secrets.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-03-03.
-
Show HN: AuthWin – Authenticator App for Windows
This library uses the GPL v3 license: https://github.com/scito/extract_otp_secrets?tab=GPL-3.0-1-o...
Your options are to either go open-source or remove the library.
-
Google Online Security Blog: Google Authenticator now supports Google Account synchronization
I used https://github.com/scito/extract_otp_secrets to export the keys from the Google Authenticator and imported them manually into Bitwarden.
- Migrating from GA to YA
-
Tell HN: It is impossible to disable Google 2FA using backup codes
You can extract plaintext secret keys from google authenticator app and store them in user friendly format/password manager
https://github.com/scito/extract_otp_secrets
-
Fluent GlowUI Design desktop 2FA client for Windows 11/10 on Store for free & open source
you can actually export them using tools like this one
-
Good enough security?
I recently switched from Google Authenticator to Raivo and I used the export option in google auth and this tool to get the seeds.
-
how to transfer all my 2FA codes from google authenticator to authy
Getting the code out of Google Authenticator is not trival. If you are good with python, someone has written a script to do that https://scito.ch/content/extract-secret-keys-google-authenticator-qr-export. However, with 17, you may be better off just doing it manually.
-
Is it possible in Yubico Authenticator App to scan the exported QR codes from Google Authenticator App?
Try this: https://scito.ch/content/extract-secret-keys-google-authenticator-qr-export
-
Ask HN: Why is today's Internet experience so user hostile?
I was able to take a screenshot of GAuth backups on iPhone using the button hotkeys(IE: Power+Volume up). I setup a container that runs a go version of GAuth and used a python script to decrypt the (decrypted QR code) backup keys. Then I backed up the encrypted keyfile to offline disk, encrypted the container backup and deleted it from the hypervisor.
https://github.com/pcarrier/gauth
https://github.com/scito/extract_otp_secret_keys
-
Google auth/ Authy transfers to yubikey
I used the "zbarimg" command line tool to get the inputs for the following Python tool (see README for instructions) from each QR code exported from Google Authenticator. https://github.com/scito/extract_otp_secret_keys
What are some alternatives?
When comparing otpauth-migration-decoder and extract_otp_secrets you can also consider the following projects:
otpauth - Google Authenticator migration decoder
totp-cli - A cli-based pass-backed TOTP app.
wal-e - Continuous Archiving for Postgres
android-otp-extractor - Extracts OTP tokens from rooted Android devices
torram - Utility that recreates a torrent download directory from fully and partially downloaded files
google-authenticator-exporter - Get the TOTP secrets exported by Google Authenticator