Symantec VIP -> Authy
·1 min
- This tool allows you to setup Symantec VIP tokens in Authy (or similar Google Authenticator apps): https://github.com/dlenski/python-vipaccess
- Use
-t SYMC
because that’s what I saw generated in the official iOS app.
Essential commands:
# Installation
sudo apt install qrencode
python3 -m venv env
source env/bin/activate
pip install python-vipaccess
# Setup
vipaccess provision -p -t SYMC
qrencode -t UTF8 otpauth://totp/...
While the instructions on the GitHub link were sufficient, you can refer to the following as additional reference: