tiuub / KeeOtp2

KeeOtp2 is a plugin for KeePass. It provides a form to display one time passwords and is fully compatible with the built-in OTP function.
MIT License
126 stars 11 forks source link

Support `otpauth-migration` URI protocol from Google Authenticator #53

Open KillyMXI opened 6 months ago

KillyMXI commented 6 months ago

Similar to https://github.com/Rookiestyle/KeePassOTP/issues/22

Google Authenticator severely limits options to backup/migrate TOTP codes. The only way to transfer them is with this protocol. It is possible to select one code a time but custom support for strings like otpauth-migration://offline?data= is required at the recipient side.