mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Generate Two-Factor Codes
![]() Also move all the closures to proper functions as otherwise it gets really hard to figure out what is goin on note we have lost some proper error reporting but i feel like this should almost never happen. Instead, the user can open the app from terminal to get proper error reporting or once we do that similarly across all the app. Fixes #369 |
||
---|---|---|
build-aux | ||
data | ||
favicon-scrapper | ||
migrations | ||
po | ||
src | ||
tools | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
Authenticator.doap | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
diesel.toml | ||
LICENSE | ||
logo.png | ||
meson.build | ||
meson_options.txt | ||
README.md | ||
rustfmt.toml |

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+, Aegis (encrypted / plain-text), andOTP, Google Authenticator
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