Generate Two-Factor Codes
Find a file
2019-05-04 15:37:34 +02:00
build-aux New settings window 2019-05-04 14:32:20 +02:00
data Notifications: Improve the notifications system 2019-05-04 15:37:34 +02:00
po Translated using Weblate (German) 2019-04-30 09:13:28 +02:00
src Notifications: Improve the notifications system 2019-05-04 15:37:34 +02:00
tools providers: use the favicon as an image 2019-02-12 21:53:02 +01:00
.editorconfig LoginWidget: remove uneeded widget, use Gtk.Template 2019-02-11 15:01:59 +01:00
.gitignore New settings window 2019-05-04 14:32:20 +02:00
.gitlab-ci.yml ditch gdlib 2019-02-11 01:52:41 +01:00
CONTRIBUTING.md ditch gdlib 2019-02-11 01:52:41 +01:00
LICENSE first commit 2016-05-25 22:18:10 +02:00
meson.build Meson: fix exported data files names 2019-05-04 14:39:40 +02:00
meson_options.txt New settings window 2019-05-04 14:32:20 +02:00
README.md README: use the general guide to hack on GNOME apps 2019-02-13 20:28:39 +01:00
requirements.txt New settings window 2019-05-04 14:32:20 +02: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 more than 500 supported services
  • Keep your 2FA pin's secure by locking the application with a password

Hack on Authenticator

To build the development version of Authenticator and hack on the code see the general guide for building GNOME apps with Flatpak and GNOME Builder.

Dependecies

  • Python 3.3+
  • Gtk 3.16+
  • meson 0.48
  • ninja
  • pyotp
  • libsecret
  • Pillow
  • zbar
  • pyzbar

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