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
458 stars 47 forks source link

All TOTPs suddenly become incorrect #326

Closed YuruiHong closed 7 months ago

YuruiHong commented 7 months ago

I use OTPClient on a local PC, parallelly to Aegis on Android. When I tried to use the TOTP credentials from OTPClient today, I find that they are completely different from that on Aegis, which turned out to be correct. How this happened and is it possible to recover valid TOTP credentials. I can't imagine what would happen if I depend on this alone.🤣

OS: Debian 6.5.13-1 (2023-11-29) x86_64 GNU/Linux OTPClient: v3.2.1

YuruiHong commented 7 months ago

Not sure if it is the same as #325

paolostivanin commented 7 months ago

Did you update libcotp? If so, you need to recompile also OTPClient. Then check the system time. I see no other possible causes tbh.