Giter Site home page Giter Site logo

jauth's Introduction

Authors : James Cuff and Michele Clamp 2011/2012
Jonah Neugeboren and Aaron Kitzmkller 2015
------------------------------------------------

Description
------------

JAuth is a reference desktop client for the google authenticator. Intended 
as an alternative to the iPhone Google Authenticator app and similar.
http://code.google.com/p/google-authenticator/

Explanatory bloggage at http://blog.jcuff.net/2011/09/beautiful-two-factor-desktop-client.html

Installation using GUI Installer
--------------------------------

OS X       https://github.com/mclamp/JAuth/tree/master/Installers/JAuth_macos_1_0.dmg
Windows    https://github.com/mclamp/JAuth/tree/master/Installers/JAuth_windows_1_0.dmg
Linux      https://github.com/mclamp/JAuth/tree/master/Installers/JAuth_unix_1_0.dmg

All installers available from https://github.com/mclamp/JAuth/tree/master/Installers

Installation
------------

To compile and run in bash

  ./makejar

then to run 

  java -jar JAuth.jar

or

  java -jar JAuth.jar <myauthfile>

By default it looks in the home directory for a file called .google_authenticator

Alternatively :

  java -jar JAuth.jar -secret=MY_SECRET_KEY

Webstart
--------

Initialize your keystore (do this only once)

  keytool -genkey -alias JAuth -keyalg RSA -keystore keystore.jks -keysize 2048

Sign your jar

  jarsigner -keystore keystore.jks  JAuth.jar JAuth

Edit the JAuth.jnlp file to reflect your local webserver path.
Copy the JAuth.jnlp and JAuth.jar files into the webserver path.

Acknowledgements
----------------

Thanks to bookest (Christopher Grim) for the secret key dialog code

Installer Software Install4j from ej-technologies
-------------------------------------------------

Many thanks for the open-source license

http://www.ej-technologies.com/products/install4j/overview.html

PasscodeGenerator and Base32String code from
--------------------------------------------
[email protected]


LCD Font from
-------------
Digital-7:  1.00 Oct 03 13:24:00 2008
TrueType font 33.2KB
Created by Sizenko Alexander. © 2008 Style-7. All rights reserved.
http://www.styleseven.com

LCD Background png from
-----------------------
E-LAB Computers

http://www.e-lab.de/components/lcd_and_keyboard_en.html
modified from http://www.e-lab.de/diverse/LCD2x16.jpg

Layout code from jgoodies.com
-----------------------------
JGoodies Karsten Lentzsch

jauth's People

Contributors

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