2020-12-07 23:16:37 +01:00
< a href = "https://flathub.org/apps/details/com.belmoussaoui.Authenticator" >
2024-07-09 07:29:35 +00:00
< img src = "https://flathub.org/api/badge?svg&locale=en&light" / >
2020-12-07 23:16:37 +01:00
< / a >
# Authenticator
< img src = "https://gitlab.gnome.org/bilelmoussaoui/authenticator/raw/master/data/icons/com.belmoussaoui.Authenticator.svg" width = "128px" height = "128px" / >
2021-01-31 21:32:53 +01:00
2024-01-07 15:21:29 +01:00
< p > Generate two-factor codes< / p >
2020-12-07 23:16:37 +01:00
## Screenshots
2022-04-19 01:57:00 +00:00
< div align = "center" >
< img src = "./data/screenshots/screenshot1.png" / >
< / div >
2020-12-07 23:16:37 +01:00
## Features
2022-04-19 03:44:57 +02:00
- 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
2022-06-10 06:42:45 -04:00
- Backup/Restore from/into known applications like FreeOTP+, Aegis (encrypted / plain-text), andOTP, Google Authenticator
2020-12-07 23:16:37 +01:00
## Getting in touch
If you have any questions regarding the use or development of Authenticator, please join us on our [#authenticator:gnome.org ](https://matrix.to/#/#authenticator:gnome.org ) channel.
## Hack on Authenticator
2024-07-05 19:02:23 +02:00
To build the development version of Authenticator and hack on the code see the
[general
guide](https://welcome.gnome.org/en/app/Authenticator/#getting -the-app-to-build)
2020-12-07 23:16:37 +01:00
for building GNOME apps with Flatpak and GNOME Builder.
## Credits
- We ship a database of providers based on [twofactorauth ](https://github.com/2factorauth/twofactorauth ), by the 2factorauth team