magiruuvelvet / OTPGen

Multi-purpose OTP token generator written in C++ and Qt with encryption and System Tray Icon. Supports TOTP, HOTP, Authy and Steam and custom digit lengths and periods.
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

[idea] v2 rewrite #7

Open magiruuvelvet opened 4 years ago

magiruuvelvet commented 4 years ago

This codebase is an unholy mess, but I use this application myself everyday and some other people have shown interest in it too. I definitely won't continue improving this existing codebase. I consider a complete rewrite from scratch and tag it as version 2 instead.

Interesting libraries to check out:

Thoughts:

The rewrite is happening in a new repository -> https://github.com/magiruuvelvet/OTPGen2