keysmith/README.md

18 lines
915 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
It uses the [oath-toolkit](https://www.nongnu.org/oath-toolkit/) provided library liboath to generate the 2FA codes, both TOTP and HOTP based. Currently it is largely untested. From initial rough testing it seems that auto-refreshing of code is not working. Also button to refresh token for HOTP is also dummy at moment.
Some todo items include,
- QR code scanning
- Backup and Restore of accounts
This code is largely based on the [authenticator-ng](https://github.com/dobey/authenticator-ng) application by the Rodney Dawes and Michael Zanetti for the Ubuntu Touch.