Skip to content
This repository has been archived by the owner on Dec 16, 2018. It is now read-only.

cyrozap/python-vipaccess

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Deprecation Notice

This repository is no longer maintained. Please use the fork by @dlenski: https://github.com/dlenski/python-vipaccess

python-vipaccess

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

Via pip (recommended)

pip install python-vipaccess

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).

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages