Skip to content

Instantly share code, notes, and snippets.

@Calorion
Calorion / create-qr.sh
Last active November 15, 2019 03:41 — forked from kidbrax/create-qr.sh
Creates a QR code simulating Symantec's VIP Access that you can then use in your preferred authenticator. Slightly modified for use with macOS.
# Make sure Python is installed
python --version
# [Install pip](https://copygrammer.com/how-to-install-pip-and-codeintel-on-mac-os-mojave/)
sudo easy_install pip
# (it will ask for your admin password)
# [Install python-vipaccess](https://stackoverflow.com/questions/18199853/error-could-not-create-library-python-2-7-site-packages-xlrd-permission-den)
pip3 install python-vipaccess --user