python-vipaccess
python-vipaccess copied to clipboard
A free software implementation of Symantec's VIP Access application and protocol
Is the progress of being packaged for a Linux Distro NixOS https://github.com/NixOS/nixpkgs/pull/65570, we had to exclude certain tests from the testsuite because they required network access. Tests in question were:...
Add qrencode to the docker container. This lets you generate scannable barcodes. Updated the README.md to show how to create and use the container. The example generates a scannable QR...
The VIP Access desktop app provisions using an activation code, fetched from here: `https://vip.symantec.com/toolbar/activate.v` This returns a HTML page, where one of the lines is ``. The base64 string is...
https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/fortitoken.pdf Fortinet says it is OATH-TOTP (RFC6238) compliant
Should we encrypt/password protect our vipaccess files? I think there should be some discussion on this.
This package allowed me to generate the code from the CLI using a pure Python solution https://pypi.org/project/qrcode/
I understand this isn't a help forum (please forgive me), but I'm not technically inclined enough to figure this out on my own: Has anyone gotten this to work on...
``` $ vipaccess --help usage: vipaccess [-h] {provision,check,show,uri} ... positional arguments: {provision,check,show,uri} provision Provision a new VIP Access credential check Check if a VIP Access credential is working show Show...
README.md says: ``` Generating access codes using an existing credential The vipaccess [show] option will also do this for you: by default it generates codes based on the credential in...
The developer of the Dockerfile will live on in infamy thanks to his commits, but as this fork has continued to improve without a push to Docker Hub many users...