Skip to main content

A free software implementation of Symantec's VIP Access application and protocol

Project description

PyPI License Build Status Coverage Status

python-vipaccess is a free and open source software (FOSS) implementation of Symantec’s VIP Access client. It is able to generate OATH URIs and their corresponding QR codes so any TOTP-generating application can be used as a VIP OTP token.

Right now, it only supports the bare minimum number of features of the VIP Access provisioning protocol to work, but I might add support for the other features at some point in the future.

You can see my original blog post here, in which I describe how I reverse-engineered the VIP Access application.

Dependencies

If you have pip installed on your system, you can install them with pip install image lxml oath PyCrypto qrcode requests.

Installation

Manual

  1. Check out this repository by running git clone https://github.com/cyrozap/python-vipaccess.git

  2. Switch to the python-vipaccess directory by running cd python-vipaccess

  3. Install the vipaccess module

    • With pip: pip install .

    • Without pip: python setup.py install

Usage

Execute vipaccess (it should be in your PATH).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-vipaccess-0.2.0.tar.gz (13.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page