Go to file
Johan Ouwerkerk 6ae5f7be21 Rework main page UX:
- Get rid of cards in favour of a more plain list view
 - Implement removing (deleting) accounts
2020-01-28 17:56:39 +01:00
LICENSES Licensing/REUSE: add a copy of the GPLv3 (or later) license text 2020-01-28 06:49:06 +00:00
autotests Use the new Account models. 2020-01-28 06:49:06 +00:00
cmake Fix minor EBN issues 2020-01-24 20:44:47 +02:00
flatpak Make flatpak build again by copying a patch from Arch 2019-09-13 15:47:41 +02:00
src Rework main page UX: 2020-01-28 17:56:39 +01:00
.gitignore Initial code for OTP client 2019-03-25 02:58:56 +05:30
.gitlab-ci.yml Use KDE standard BUILD_TESTING option instead of custom ENABLE_TESTING one. 2019-12-28 16:30:23 +01:00
CMakeLists.txt Rename binary to keysmith 2019-12-31 20:04:35 +05:30
COPYING Add license file [skip ci] 2019-03-25 03:32:29 +05:30
CTestConfig.cmake Add dummy CTest configuration file to fix CTest warnings by ensuring CMake generates all files. 2019-10-22 19:38:19 +02:00
Messages.sh app: add i18n support 2019-12-31 19:34:33 +05:30
README.md Rebrand otpclient as Keysmith 2019-10-21 19:16:51 +02:00
keysmith.svg Rename binary to keysmith 2019-12-31 20:04:35 +05:30
org.kde.keysmith.appdata.xml GIT_SILENT made messages (after extraction) 2020-01-10 03:20:14 +01:00
org.kde.keysmith.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-01-28 05:37:05 +01:00
org.kde.keysmith.json Rename binary to keysmith 2019-12-31 20:04:35 +05:30

README.md

pipeline status

Keysmith

It uses the 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
  • Clipboard support to automatically copy code.
  • Encrypted storage of the secret token

This code is largely based on the authenticator-ng application by the Rodney Dawes and Michael Zanetti for the Ubuntu Touch.