Console log:
2019/07/30 01:15:13 Found existing device registration
2019/07/30 01:15:13 Authy User ID {{OBFUSCATED}}, Device ID {{OBFUSCATED}}
2019/07/30 01:15:13 Please provide your Authy TOTP backup password:
2019/07/30 01:15:17 Here are your authenticator tokens:
panic: runtime error: slice bounds out of range
goroutine 1 [running]:
github.com/alexzorin/authy.decryptToken({{OBFUSCATED}})
/home/travis/gopath/src/github.com/alexzorin/authy/crypto.go:110 +0x4bb
github.com/alexzorin/authy.AuthenticatorToken.Decrypt({{OBFUSCATED}})
/home/travis/gopath/src/github.com/alexzorin/authy/objects.go:175 +0x88
main.main()
/home/travis/gopath/src/github.com/alexzorin/authy/cmd/authy-export/authy-export.go:71 +0x631
Strange that it was a panic, but there you go. :)
For those who aren't launching the tool in terminal, might include one last "Press any key to exit" prompt, the window just disappears upon completion.