Giter Site home page Giter Site logo

mobilepasser's People

Contributors

binki avatar datr avatar keshto avatar mjmj avatar nbartos avatar widewing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mobilepasser's Issues

Where to get the "activation code" ?

Hi

Where would I get the activation code from ?

I more or less has the same problem as this guy in the comments: https://crypto.stackexchange.com/a/13189

All I have from my company is an email with a link to a download page for the MobilePass application and it shows a base64 string which decodes to this:

EnrollmentURL=https://se.safenet-inc.com/selfenrollment/dskpp.aspx?sc=<key>
UserID=<username>
Passphrase=<pin>

key matches this regexp: ^[a-zA-Z0-9]{10}$
pin matches this regexp: ^[0-9]{4}$

Please upload to pypi.python.org

Now that this is a proper python module, I think it would be awesome if you uploaded it to pypi so that a simple 'pip install mobilepasser' would install it.

Outputs are not correct

This outputs a 6 digit passcode (only after some modification to align types), however the passcode is not usable.

After extensive modification, nothing I have tried nor the original script produce values that can actually be used.

Acctivation Code

Hi,
I'm using the MobilePASS Windows Desktop application, is there a way to retrieve the activation code?
Thank you!

Missing the option for 8digit codes and explanation of policy

The script only returns a 6 digit code when there are 8digits for the mobilePass event based otp. Additionally, if a policy is supplied (assuming it is the policy string from "Token Information") the script throws an exception because the script is trying to do an append method on a string.

Documentation of the storage on Android?

The Safenet MobilePass app stores the tokens and various other data in /data/data/securecomputing.devices.android.controller/app_SAFENET_TOKEN_MP3 , is it known how to parse this data and get the necessary parameters out to create valid otp strings?

The file has a a seemingly random hex string as name and the file contains the creation date and some strings escaped with \=
Can we make that readable somehow?

`python setup.py install` fails with pip-10.0

$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    from pip.download import PipSession
ModuleNotFoundError: No module named 'pip.download'

Seems related to this issue: pypa/pip#5272
Downgrading pip to 9.0 is a workaround.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.