Giter VIP home page Giter VIP logo

softtoken's Introduction

SoftToken OTP

SoftToken OTP is an application to generate One-Time-Passwords to be used as a second factor authentication mechanism. It can either print it when executed in the commandline or type it wherever your focus is. This can be especially useful when assigning a keybind to use your token.

  • Generate Time-Based One-Time Passwords
  • Multiple tokens support
  • Print OTP wherever the focus is (useful for keybindings)

Create a new token:

$ softtoken --new -t token1 --hash sha256 --digits 6

New Token created:

token1
-------------
Seed (hex): 337ad0410038666829c6446448d0a0d851938193
Seed (b32): GN5NAQIAHBTGQKOGIRSERUFA3BIZHAMT

Delete a token:

$ softtoken --delete -t token1
Token token1 successfully deleted

List tokens:

$ softtoken --list
[*] token1
[*] token2
[*] token3
[*] token4
[*] token5

Generate an OTP:

$ softtoken -t token1
630567

Generate an OTP and get it wherever your focus is:

$ softtoken -t token1 -X
630567

Generate an OTP and copy to clipboard (requires xclip):

$ softtoken -t token1 -C
  • Add HOTP support
  • Parametrize TOTP time

softtoken's People

Contributors

danalsan avatar mangelajo avatar mjozefcz avatar otherwiseguy avatar

Watchers

James Cloos avatar

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.