Warning, /utilities/keysmith/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002   - SPDX-License-Identifier: CC0-1.0
0003   - SPDX-FileCopyrightText: 2019 Bhushan Shah <bshah@kde.org>
0004   - SPDX-FileCopyrightText: 2019-2020 Johan Ouwerkerk <jm.ouwerkerk@gmail.com>
0005  -->
0006 
0007 # <img src="keysmith.svg" width="40"/> Keysmith
0008 
0009 [![pipeline status](https://invent.kde.org/bshah/keysmith/badges/master/pipeline.svg)](https://invent.kde.org/bshah/keysmith/commits/master)
0010 
0011 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.
0012 
0013 <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>
0014 
0015 ![Keysmith Main Window](https://cdn.kde.org/screenshots/keysmith/keysmith.png)
0016 
0017 Some todo items include:
0018 
0019  - QR code scanning
0020  - Backup and Restore of accounts
0021 
0022 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.