Go to file
Johan Ouwerkerk 68bd4dad00 Fix failing tests due to inconsistencies in French number formatting 2019-10-22 19:34:38 +02:00
autotests Fix failing tests due to inconsistencies in French number formatting 2019-10-22 19:34:38 +02:00
cmake Initial code for OTP client 2019-03-25 02:58:56 +05:30
flatpak Make flatpak build again by copying a patch from Arch 2019-09-13 15:47:41 +02:00
src Rebrand otpclient as Keysmith 2019-10-21 19:16:51 +02:00
.gitignore Initial code for OTP client 2019-03-25 02:58:56 +05:30
.gitlab-ci.yml Rebrand otpclient as Keysmith 2019-10-21 19:16:51 +02:00
CMakeLists.txt Rebrand otpclient as Keysmith 2019-10-21 19:16:51 +02:00
COPYING Add license file [skip ci] 2019-03-25 03:32:29 +05:30
README.md Rebrand otpclient as Keysmith 2019-10-21 19:16:51 +02:00
org.kde.keysmith.appdata.xml Rebrand otpclient as Keysmith 2019-10-21 19:16:51 +02:00
org.kde.keysmith.desktop Rebrand otpclient as Keysmith 2019-10-21 19:16:51 +02:00
org.kde.keysmith.json Rebrand otpclient as Keysmith 2019-10-21 19:16:51 +02:00

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.