Generate Two-Factor Codes
Find a file
2020-12-12 14:05:58 +00:00
build-aux flatpak: properly set the log level 2020-12-08 03:15:18 +01:00
data Mark missing strings in .ui files for translation 2020-12-12 13:27:42 +01:00
migrations code cleanup 2020-12-09 03:06:31 +01:00
po Update Brazilian Portuguese translation 2020-12-12 14:05:58 +00:00
src add a UrlRow widget & use it 2020-12-10 21:27:59 +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
Cargo.lock remove lazy_static dependency 2020-12-10 01:56:11 +01:00
Cargo.toml remove lazy_static dependency 2020-12-10 01:56:11 +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 rename the devel app-id 2020-10-28 01:59:41 +01:00
meson_options.txt Well, I'm doing this. 2019-09-03 00:07:06 +00:00
README.md update project summary 2020-12-09 04:19:59 +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