TinyOTP is a small tray utility to generate OTP tokens easy and fast. Especially useful if you need to access services very often which require OTP verification.
Features include:
- Qt5 based Core
- Trayicon with fast access to different tokens
- English and german language
- Tokens/Keys are saved securely in KWallet or GnomeKeyring
Source & community development: https://github.com/theinvisible/tinyotp
Prebuild packages are available for following Distros:
Ubuntu 20.04 (last Update 21.1.2021):
Ubuntu 18.04 (last Update 21.1.2021):
Debian 10 (last Update 21.1.2021):
You can also use our apt mirror, for instructions see: https://apt.iteas.at/
Available packages on our apt mirror: tinyotp
Quick instruction to build from source:
- Install DEV-tools (on Ubuntu: build-essential, qt5-default, libssl-dev, qt5keychain-dev)
- git clone https://github.com/theinvisible/tinyotp.git
- cd tinyotp && git submodule init && git submodule update
- qmake && make -j4
- tinyotp binary is ready
Used software/libraries/resources: