Generate Two-Factor Codes
Find a file
HenRy 5a630fc0b7
Translated using Weblate (German)
Currently translated at 100.0% (91 of 91 strings)
2019-04-30 09:13:28 +02:00
build-aux flatpak nightlies: use master runtime 2019-02-12 21:53:28 +01:00
data ProviderImage: reduce code duplication 2019-02-25 19:27:07 +01:00
po Translated using Weblate (German) 2019-04-30 09:13:28 +02:00
src PyGIWarning in favicon.py 2019-04-16 02:23:04 +00: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 Rewrite AboutDialog using glade widgets 2019-01-25 20:00:23 +01: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 i18n: update pot/po files 2019-02-11 22:35:26 +01:00
meson_options.txt remove pgp option and various improvements 2018-12-30 14:50:37 +01:00
README.md README: use the general guide to hack on GNOME apps 2019-02-13 20:28:39 +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 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