Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinusinu/tenta
A WinForms OTP client because why not
https://github.com/sinusinu/tenta
authenticator csharp otp winforms
Last synced: 12 days ago
JSON representation
A WinForms OTP client because why not
- Host: GitHub
- URL: https://github.com/sinusinu/tenta
- Owner: sinusinu
- License: mit
- Created: 2025-01-23T05:09:09.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-23T12:26:31.000Z (12 days ago)
- Last Synced: 2025-01-23T13:29:04.587Z (12 days ago)
- Topics: authenticator, csharp, otp, winforms
- Language: C#
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tenta
A WinForms OTP client because why not
![Tenta](images/scr.png)
## Features
- Add from QR code, `otpauth://` URI, or manually
- Double click to copy to clipboard## Why use Tenta?
- I needed one
- Completely offline
- Kinda lightweight, no bullsh*t, almost-not-ugly interface
- Proudly not encrypting anything at all (might change later)## Known Issues
- Only TOTP is supported
- Remaining Time counter is only for the first entry, entries with different period may not show up correctly
- Many lovely flickers but that's what I get for using WinForms## Requirements
- .NET 9 Desktop Runtime
## License
Tenta is distributed under the MIT license. See [LICENSE](LICENSE) file for more information.