Generate Two-Factor Codes
Find a file
2021-01-22 21:40:48 +01:00
build-aux Port from libhandy to libadwaita 2021-01-21 19:05:09 +01:00
data provider_row: Red progress when less than 6 secs 2021-01-22 16:59:03 +01:00
migrations migrations: resync from twofactorauth 2021-01-22 21:38:29 +01:00
po Update Romanian translation 2021-01-21 19:45:46 +00:00
src rustfmt: run with automerge enabled 2021-01-22 21:40:48 +01:00
tools ui: integrate hotp support 2020-12-06 18:40:06 +01:00
.editorconfig init a port to gtk4 2020-10-28 01:52:54 +01:00
.gitignore CI: stop using the ci template 2020-12-05 22:17:17 +01:00
.gitlab-ci.yml CI: remove docs job, can't work due to a flatpak-builder limitation 2020-12-06 00:47:23 +01:00
authenticator.doap add a doap file 2021-01-22 21:28:06 +01:00
Cargo.lock Fix OTP generation 2021-01-22 16:59:02 +01:00
Cargo.toml use adw instead of libadwaita 2021-01-22 20:25:02 +01:00
CONTRIBUTING.md Well, I'm doing this. 2019-09-03 00:07:06 +00:00
diesel.toml Well, I'm doing this. 2019-09-03 00:07:06 +00:00
LICENSE Well, I'm doing this. 2019-09-03 00:07:06 +00:00
meson.build Port from libhandy to libadwaita 2021-01-21 19:05:09 +01:00
meson_options.txt Well, I'm doing this. 2019-09-03 00:07:06 +00:00
README.md fix capitalization of headers 2020-12-18 23:47:56 +01:00

Authenticator

Generate Two-Factor Codes

Screenshots

screenshot screenshot screenshot

Features

  • Time-based/Counter-based methods support
  • SHA1/SHA256/SHA512 algorithms support
  • QR code scanner
  • Lock the application with a password
  • Beautiful UI
  • Backup/Restore from/into known applications like FreeOTP+, andOTP, Bitwarden

Getting in touch

If you have any questions regarding the use or development of Authenticator, please join us on our #authenticator:gnome.org channel.

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.

Credits

  • We ship a database of providers based on twofactorauth, by the 2factorauth team