https://github.com/kryptonbutterfly/tinytotp
A Totp Client
https://github.com/kryptonbutterfly/tinytotp
debian-package java linux-app totp totp-authenticator totp-desktop-app totp-tfa
Last synced: 2 months ago
JSON representation
A Totp Client
- Host: GitHub
- URL: https://github.com/kryptonbutterfly/tinytotp
- Owner: kryptonbutterfly
- License: apache-2.0
- Created: 2023-12-16T19:30:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-13T20:23:58.000Z (4 months ago)
- Last Synced: 2025-03-24T09:52:55.413Z (3 months ago)
- Topics: debian-package, java, linux-app, totp, totp-authenticator, totp-desktop-app, totp-tfa
- Language: Java
- Homepage:
- Size: 1.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TinyTotp
A Totp Client
## Downloads
java version | app version | jar | deb
:----------: | :---------: | :-: | :-:
18+ | 4.5.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.5.0/TinyTotp.jar) | [TinyTotp-4.5.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.5.0/TinyTotp-4.5.0.deb)
18+ | 4.4.1 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.4.1/TinyTotp.jar) | [TinyTotp-4.4.1.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.4.1/TinyTotp-4.4.1.deb)
18+ | 4.4.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.4.0/TinyTotp.jar) | [TinyTotp-4.4.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.4.0/TinyTotp-4.4.0.deb)
18+ | 4.3.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.3.0/TinyTotp.jar) | [TinyTotp-4.3.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.3.0/TinyTotp-4.3.0.deb)
18+ | 4.2.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.2.0/TinyTotp.jar) | [TinyTotp-4.2.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.2.0/TinyTotp-4.2.0.deb)
18+ | 4.1.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.1.0/TinyTotp.jar) | [TinyTotp-4.1.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.1.0/TinyTotp-4.1.0.deb)
18+ | 4.0.1 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.0.1/TinyTotp.jar) | [TinyTotp-4.0.1.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v4.0.1/TinyTotp-4.0.1.deb)
18+ | 3.2.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v3.2.0/TinyTotp.jar) | [TinyTotp-3.2.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v3.2.0/TinyTotp-3.2.0.deb)
18+ | 3.1.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v3.1.0/TinyTotp.jar) | [TinyTotp-3.1.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v3.1.0/TinyTotp-3.1.0.deb)
18+ | 3.0.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v3.0.0/TinyTotp.jar) | [TinyTotp-3.0.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v3.0.0/TinyTotp-3.0.0.deb)
18+ | 2.0.0 | [TinyTotp.jar](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v2.0.0/TinyTotp.jar) | [TinyTotp-2.0.0.deb](https://github.com/kryptonbutterfly/TinyTotp/releases/download/v2.0.0/TinyTotp-2.0.0.deb)## Important
When starting the application you'll be prompted to enter a password.
This password is used to encryt/decrypt your totp secrets.
**```Don't lose it!```**## Issues & Solutions
The generated password doesn't work.
- Ensure your system time is correct. If it's off by more than a couple of seconds the generated passwords will be wrong.
-
Enable and configure an NTP server.
Could not find main class: kryptonbutterfly.totp.TinyTotp.
Solutions:
- Ensure environment variable
PATH
is set correctly. - Ensure environment variable
JAVA_HOME
is set correctly. - Uninstall java, then install it again.
## Images

more images








