Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android
Go to file
2014-03-06 11:47:31 +01:00
yubicoauthenticator font fix 2014-03-06 11:47:31 +01:00
.gitignore initial release 2014-02-18 14:02:47 +01:00
BLURB fixed BLURB 2014-02-19 04:02:20 -08:00
COPYING initial release 2014-02-18 14:02:47 +01:00
MANIFEST.in initial release 2014-02-18 14:02:47 +01:00
NEWS release 0.0.4 bugfix image 2014-03-05 02:03:08 -08:00
README updated README 2014-03-05 09:40:25 +01:00
release.py release & news 2014-03-05 01:33:59 -08:00
setup.py fixed BLURB 2014-02-19 04:00:24 -08:00

Yubico Authenticator
====================

The Yubico Authenticator is a graphical desktop tool for generating
Open AuTHentication (OATH) event-based HOTP and time-based TOTP
one-time password codes, with the help of a Yubikey NEO that protects
the shared secrets.

License
-------

Yubico Authenticator is licensed under GPLv3+, see COPYING for
details.

Dependencies
------------

To build the Yubico Authenticator you need the following Python
modules: PySide, PBKDF2, pyscard.  To use it, you need a YubiKey NEO
with the OATH applet loaded.

Building Windows binaries
-------------------------

For Windows you will need python, PySide, PyInstaller and Pywin32
installed (32 or 64-bit versions depending on the architecture of the
binary your are building).

Clone the git repository and checkout the desired release tag (or
branch):

  git clone https://github.com/Yubico/yubioath-desktop.git
  cd yubico-authenticator

To sign the executable, copy the pfx file to yubicoauth.pfx and place
it in the root of the project folder. You will need signtool.exe (from
the Windows SDK) either copied into the root as well or in a location
in your PATH.

Run "pyinstaller.exe -w -i yubico.ico yubicoauthenticator.spec" from
the main project folder.


Building Mac OSX binaries
-------------------------

Install PyInstaller via pip

Run "pyinstaller -w -i yubico.ico yubicoauthenticator.spec" from
the main project folder.

Codesign the code with:
codesign -s 'Developer ID Application' /path/to/directory/project.app --deep

Build the package with:
http://s.sudre.free.fr/Software/Packages/about.html


Running from Linux / OSX
------------------------

Install Python 2.7.5
	
	cd yubicoauthenticator/
	Run "python ui_systray.py"

The application will start and sit on the system's systray.



ToDo
----

* .deb packaging