keysmith/README.md

17 lines
771 B
Markdown
Raw Normal View History

<!--
- SPDX-License-Identifier: CC0-1.0
- SPDX-FileCopyrightText: 2019 Bhushan Shah <bshah@kde.org>
- SPDX-FileCopyrightText: 2019-2020 Johan Ouwerkerk <jm.ouwerkerk@gmail.com>
-->
2019-10-21 13:16:51 -04:00
[![pipeline status](https://invent.kde.org/bshah/keysmith/badges/master/pipeline.svg)](https://invent.kde.org/bshah/keysmith/commits/master)
2019-10-21 13:16:51 -04:00
# Keysmith
2020-03-03 13:26:44 -05:00
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.
2020-03-03 13:26:44 -05:00
Some todo items include:
- QR code scanning
- Backup and Restore of accounts
2020-03-03 13:26:44 -05:00
Originally this code was based largely on the [authenticator-ng](https://github.com/dobey/authenticator-ng) application by the Rodney Dawes and Michael Zanetti for Ubuntu Touch.