File: README.md

package info (click to toggle)
gnome-authenticator 4.6.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,624 kB
  • sloc: sql: 2,359; python: 147; xml: 34; makefile: 18; sh: 8
file content (40 lines) | stat: -rw-r--r-- 1,354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<a href="https://flathub.org/apps/details/com.belmoussaoui.Authenticator">
<img src="https://flathub.org/api/badge?svg&locale=en&light" />
</a>

# Authenticator

<img src="data/icons/com.belmoussaoui.Authenticator.svg" width="128px" height="128px" />

<p>Generate two-factor codes</p>

## Screenshots

<div align="center">
    <img src="./data/screenshots/screenshot1.png" />
</div>


## 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](https://matrix.to/#/#authenticator:gnome.org) channel.

## Hack on Authenticator

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)
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