Generate Two-Factor Codes
Find a file
Allan Nordhøy 6d681c0b70
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (54 of 54 strings)
2018-09-10 12:11:37 +02:00
.github rename RDNN 2018-03-16 04:12:49 +01:00
Authenticator New version (#89) 2018-09-09 19:41:21 +02:00
data New version (#89) 2018-09-09 19:41:21 +02:00
po Translated using Weblate (Norwegian Bokmål) 2018-09-10 12:11:37 +02:00
subprojects Refactor the code (#88) 2018-09-09 14:48:49 +02:00
tools fix various small issues 2018-07-14 14:53:41 +02:00
.editorconfig add circle.yml to flatpak-build 2018-03-24 20:02:02 +01:00
.gitignore Fix Flatpak build (#76) 2018-09-03 12:14:08 +02:00
.gitmodules Refactor the code (#88) 2018-09-09 14:48:49 +02:00
authenticator.py.in Refactor the code (#88) 2018-09-09 14:48:49 +02:00
circle.yml Rename Authenticator/circle.yml to circle.yml 2018-03-24 20:05:32 +01:00
com.github.bilelmoussaoui.Authenticator.json Fix Flatpak build (#76) 2018-09-03 12:14:08 +02:00
LICENSE first commit 2016-05-25 22:18:10 +02:00
meson.build Refactor the code (#88) 2018-09-09 14:48:49 +02:00
meson_options.txt prepare for a new release 2018-09-02 15:05:51 +02:00
README.md Add instructions for Arch Linux (#86) 2018-09-10 00:32:46 +02:00

Translation status Version

Authenticator

Two-factor authentication code generator for GNOME. Created with love using Python and GTK+.

Screenshots

Features

  • QR code scanner
  • Beautiful UI
  • Huge database of (290+) websites/applications

Installation

Flatpak

You can install the flatpak package of the application from Flathub using

flatpak install flathub com.github.bilelmoussaoui.Authenticator

Gentoo

Installing Authenticator in Gentoo Linux is as easy as follows:

emerge sys-auth/authenticator

Arch Linux

Authenticator is in the AUR. Use your favorite AUR client, for example yay

yay -S authenticator-git

Building from source code

Dependecies

  • Python 3.3+
  • Gtk 3.16+
  • meson 0.42+
  • ninja
  • pyotp
  • libsecret

Those dependencies are only used if you build the application with QR code scanner support

  • Pillow
  • pyzbar depends on zbar
    • libzbar-dev on Ubuntu
    • zbar on Arch

1 - Clone the repository

git clone https://github.com/bilelmoussaoui/Authenticator && cd ./Authenticator

2 - Install Python dependecies

sudo pip install pyotp pyzbar Pillow meson ninja

PS: In some distributions you will need to use pip3 instead of pip to install the compatible version of the package with Python 3.

3 - Install system dependencies

The following packages must be installed to build Authenticator.

  • Debian / Ubuntu
sudo apt install gobject-introspection libgirepository1.0-dev libgtk-3-dev

4 - Afterwards

meson builddir
sudo ninja -C builddir install

5 - You can run the application from the desktop file or from the terminal using

authenticator

Flags

  • --version Shows the version number of the application
  • --debug Enable the debug logs

Credits

  • Database for applications/websites from twofactorauth, by the 2factorauth team