/vipaccess-go

Go port of python-vipaccess

Primary LanguageGoApache License 2.0Apache-2.0

vipaccess-go: a client for provisioning credentials from the Symantec VIP Access service.

Documentation Build License Release

vipaccess-go is a partial Go port of @cyrozap's python-vipaccess. The command line tool vipaccess invents a request simulating a random iMac and requests a new credential for it, then outputs the otpauth URI containing the OTP secret. Optionally it can write out a PNG file containing a QR code that encodes the URI for easy import into OTP clients like Google Authenticator or 1Password.

The purpose of this tool is to make it possible to generate TOTP codes for sites using VIP Access without using a Symantec app to do so, since secrets for credentials generated by the official apps are not exposed to the user and so cannot be backed up. Though such sites generally have an out of band account reset method (frequently SMS based, unfortunately), taking responsibility for one's own 2FA secrets removes the need to use such a method if access to a device is lost.

See also the blog post describing how the original author reverse engineered the VIP Access protocol.