Skip to content
forked from dim13/otpauth

Google Authenticator migration decoder

License

Notifications You must be signed in to change notification settings

limbocode/otpauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Authenticator migration decoder

Convert Google Authenticator transfer links to plain otpauth links.

Usage

Navigate to Menu -> Transfer accounts -> Export accounts and extract the link from QR-code using your preferred software.

Example

go get github.com/dim13/otpauth
otpauth -link "otpauth-migration://offline?data=CjEKCkhlbGxvId6tvu8SGEV4YW1wbGU6YWxpY2VAZ29vZ2xlLmNvbRoHRXhhbXBsZTAC"
# Output:
otpauth://totp/Example:alice@google.com?issuer=Example&secret=JBSWY3DPEHPK3PXP

About

Google Authenticator migration decoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%