Generate Two-Factor Codes
Find a file
Bilal Elmoussaoui 3f3c47595a favicons: Split into a separate crate
This also stops fetching icons for a specific size and instead fetches the best size there is
that fixes the runtime stack error

Fixes #312
2022-04-22 00:33:19 +02:00
.cargo set mold as a linker 2022-04-20 03:40:54 +02:00
build-aux feature: Add GNOME Shell Search Provider 2022-01-23 20:48:29 +01:00
data providers: show feedback when created/updated/removed 2022-04-20 01:06:35 +02:00
favicon-scrapper favicons: Split into a separate crate 2022-04-22 00:33:19 +02:00
migrations Add some custom providers 2021-01-31 01:13:39 +01:00
po Update Chinese (China) translation 2022-04-21 13:59:48 +00:00
src favicons: Split into a separate crate 2022-04-22 00:33:19 +02:00
tools export: get the default collection & handle not found tokens 2021-12-03 14:35:45 +00:00
.editorconfig init a port to gtk4 2020-10-28 01:52:54 +01:00
.gitignore favicon: Support -uri/favicon.ico 2022-04-17 00:38:46 +02:00
.gitlab-ci.yml Remove static resources file from .gitlab-ci.yml 2021-02-01 21:07:46 +00:00
Authenticator.doap doap: Rename to match canonical name 2021-09-20 12:58:44 +02:00
Cargo.lock favicons: Split into a separate crate 2022-04-22 00:33:19 +02:00
Cargo.toml favicons: Split into a separate crate 2022-04-22 00:33:19 +02:00
CONTRIBUTING.md Update contributing guidelines 2021-02-01 14:28:12 +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
logo.png Add gitlab logo 2021-10-15 15:12:32 +00:00
meson.build bump release to 4.1.0 2022-04-19 03:43:31 +02:00
meson_options.txt Well, I'm doing this. 2019-09-03 00:07:06 +00:00
README.md readme: center the image 2022-04-19 01:57:00 +00:00

Authenticator

Generate Two-Factor Codes

Screenshots

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
  • GNOME Shell search provider
  • Backup/Restore from/into known applications like FreeOTP+, andOTP, Aegis (encrypted / plain-text)

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