standardnotes / token-vault

Standard Notes extension for storing 2FA tokens
https://standardnotes.org/extensions/tokenvault
13 stars 12 forks source link

Import tokens from Google Authenticator & Authy #40

Open saizai opened 3 years ago

saizai commented 3 years ago

I can confirm that https://github.com/krissrex/google-authenticator-exporter works. (Use the totpSecret field in the result, stripping trailing = if any.)

The editor already does QR decoding per se. This just requires processing GA's export format, so it's self-contained.

I've not tested it, but https://gist.github.com/gboudreau/94bb0c11a6209c82418d01a59d958c93 may work for Authy. This may be more difficult.