Generate Two-Factor Codes
Find a file
Christopher Davis 0539ce5be0 providers_dialog: Don't use GtkListBoxRow in listview
Fixes an issue where the ListView could not be
navigated with the keyboard.
2021-01-31 14:52:38 -08:00
build-aux add initial scanning from a camera stream 2021-01-23 01:41:57 +01:00
data password_page: Use AdwStatusPage 2021-01-31 13:47:28 -08:00
migrations Add some custom providers 2021-01-31 01:13:39 +01:00
po Update Ukrainian translation 2021-01-31 17:37:25 +00:00
src providers_dialog: Don't use GtkListBoxRow in listview 2021-01-31 14:52:38 -08: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 favicons: properly detect icon sizes 2021-01-31 22:18:52 +01:00
Cargo.toml favicons: properly detect icon sizes 2021-01-31 22:18:52 +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 bump version to 4.0.0 2021-01-30 01:08:24 +01:00
meson_options.txt Well, I'm doing this. 2019-09-03 00:07:06 +00:00
README.md update release notes 2021-01-31 21:32:53 +01:00

Authenticator

Generate Two-Factor Codes

Screenshots

screenshot screenshot screenshot

Features

  • Time-based/Counter-based/Steam methods support
  • SHA-1/SHA-256/SHA-512 algorithms support
  • QR code scanner using a camera or from a screenshot
  • Lock the application with a password
  • Beautiful UI
  • Backup/Restore from/into known applications like FreeOTP+, andOTP

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