Skip to content
/ gexport Public

Tool to export OTP QR Codes from Google Authenticator Export Code

Notifications You must be signed in to change notification settings

dnjp/gexport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Auth Export

This is a tool that extracts individual QR codes from a Google Authenticator backup file which can be used to import accounts into a tool like Raivo OTP.

Usage

gexport [QR FILE] [OUTPUT DIRECTORY]

Installation

Go Install

$ go install github.com/dnjp/gexport@latest

Build from Source

  1. Clone the repository and change to the local directory
$ git clone https://github.com/dnjp/gexport
$ cd gexport
  1. Build the binary
$ make
  1. Copy the binary to your desired location
$ sudo cp bin/gexport /usr/local/bin/gexport

About

Tool to export OTP QR Codes from Google Authenticator Export Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published