Generate Two-Factor Codes
Find a file
Vladislav 953bdd059c
Translated using Weblate (Russian)
Currently translated at 100.0% (80 of 80 strings)
2019-01-08 01:59:29 +01:00
Authenticator Don't unlock Keyring for now. 2019-01-01 16:04:54 +00:00
build-aux fix gitlab ci 2018-12-30 14:59:25 +01:00
data meson: fix dependencies & serach provider build 2019-01-01 17:00:34 +01:00
po Translated using Weblate (Russian) 2019-01-08 01:59:29 +01:00
subprojects Refactor the code (#88) 2018-09-09 14:48:49 +02:00
tools App lock 2018-09-23 10:36:52 +00:00
.editorconfig App lock 2018-09-23 10:36:52 +00:00
.gitignore App lock 2018-09-23 10:36:52 +00:00
.gitlab-ci.yml fix gitlab ci 2018-12-30 14:59:25 +01:00
.gitmodules Refactor the code (#88) 2018-09-09 14:48:49 +02:00
authenticator-search-provider.py.in Allow dual install of Authenticator 2018-10-19 15:40:48 -04:00
authenticator.py.in remove pgp option and various improvements 2018-12-30 14:50:37 +01:00
CONTRIBUTING.md CONTRIBUTING.md: Fix markup 2018-12-30 14:17:03 +00:00
LICENSE first commit 2016-05-25 22:18:10 +02:00
meson.build meson: fix dependencies & serach provider build 2019-01-01 17:00:34 +01:00
meson_options.txt remove pgp option and various improvements 2018-12-30 14:50:37 +01:00
README.md remove pgp option and various improvements 2018-12-30 14:50:37 +01:00

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

Distribution packaging

  • Pop!_OS (18.10+): gnome-authenticator

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://gitlab.gnome.org/World/Authenticator && cd ./Authenticator

2 - Install the dependencies

3 - Afterwards

meson builddir
sudo ninja -C builddir install

4 - 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