paolostivanin / OTPClient

Highly secure and easy to use OTP client written in C/GTK3 that supports both TOTP and HOTP
GNU General Public License v3.0
459 stars 48 forks source link

Export code(s) to Google Authenticator #270

Closed AmirHosseinKarimi closed 1 year ago

AmirHosseinKarimi commented 1 year ago

Hi. Thank you for this grate app. I looking for any way to export codes to the Google Authenticator. Is there any way?

ghost commented 1 year ago

i do not think so.......i've never seen an app do this, but there is a thing you can do. you can export all ur otp to something like freeotp and use a script to generate the qr codes back from that file, then you can use your phone to scan the qr and add it to google authenticator. you have to scan them one by one though......

paolostivanin commented 1 year ago

@AmirHosseinKarimi you mean you'd like to import codes in Google Authenticator?

paolostivanin commented 1 year ago

I've installed the Authenticator app, and it only allows importing one qrcode at a time. The qrcode feature will come out soon(ish), see here: https://github.com/paolostivanin/OTPClient/issues/270

But if you wanna bulk import your stuff, then I suggest you switch to a more powerful and better thought app (e.g. Aegis)

AmirHosseinKarimi commented 1 year ago

Hi Paolo. Yes, I tried to do it before. But now, I installed Aegis instead of Google Authenticator. Anyway, Glad to hear about the new feature to export keys as QRcode.