Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-09T15:13:00.000Z (9 months ago)
- Last Synced: 2024-09-29T16:01:34.943Z (about 2 months ago)
- Topics: debian-package, java, linux-app, totp, totp-authenticator, totp-desktop-app, totp-tfa
- Language: Java
- Homepage:
- Size: 749 KB
- Stars: 1
- 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.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!```**## Images
![](https://raw.githubusercontent.com/kryptonbutterfly/TinyTotp/master/md/Main.png)
more images
![Categories](https://raw.githubusercontent.com/kryptonbutterfly/TinyTotp/master/md/Categories.png)
![Import Secret](https://raw.githubusercontent.com/kryptonbutterfly/TinyTotp/master/md/Import-Secret.png)
![Import Secret via webcam](https://raw.githubusercontent.com/kryptonbutterfly/TinyTotp/master/md/Import-Qr.png)![Add Totp Secret](https://raw.githubusercontent.com/kryptonbutterfly/TinyTotp/master/md/AddSecret.png)
![Edit Totp Secret](https://raw.githubusercontent.com/kryptonbutterfly/TinyTotp/master/md/Edit-Totp.png)
![Export Secret](https://raw.githubusercontent.com/kryptonbutterfly/TinyTotp/master/md/Export-Secret.png)