https://github.com/sinusinu/tenta
A WinForms OTP client because why not
https://github.com/sinusinu/tenta
authenticator csharp otp winforms
Last synced: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T05:38:16.000Z (over 1 year ago)
- Last Synced: 2025-03-02T06:23:09.600Z (over 1 year ago)
- Topics: authenticator, csharp, otp, winforms
- Language: C#
- Homepage:
- Size: 97.7 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

## 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 10 Desktop Runtime
## License
Tenta is distributed under the MIT license. See [LICENSE](LICENSE) file for more information.