keysmith/README.md

20 lines
943 B
Markdown

<!--
- SPDX-License-Identifier: CC0-1.0
- SPDX-FileCopyrightText: 2019 Bhushan Shah <bshah@kde.org>
- SPDX-FileCopyrightText: 2019-2020 Johan Ouwerkerk <jm.ouwerkerk@gmail.com>
-->
[![pipeline status](https://invent.kde.org/bshah/keysmith/badges/master/pipeline.svg)](https://invent.kde.org/bshah/keysmith/commits/master)
# Keysmith
<a href='https://flathub.org/apps/details/org.kde.keysmith'><img width='190px' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
Keysmith is an application to generate two-factor authentication (2FA) tokens when logging in to your (online) accounts. Currently it supports both HOTP and TOTP tokens.
Some todo items include:
- QR code scanning
- Backup and Restore of accounts
Originally this code was based largely on the [authenticator-ng](https://github.com/dobey/authenticator-ng) application by Rodney Dawes and Michael Zanetti for Ubuntu Touch.