Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krawmire/chronotp
Cross-platform desktop application for generating TOTP codes
https://github.com/krawmire/chronotp
avalonia avalonia-ui csharp desktop-app totp totp-codes totp-generator
Last synced: 4 days ago
JSON representation
Cross-platform desktop application for generating TOTP codes
- Host: GitHub
- URL: https://github.com/krawmire/chronotp
- Owner: KrawMire
- License: mit
- Created: 2024-06-22T16:40:40.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2024-06-22T17:06:43.000Z (8 months ago)
- Last Synced: 2025-01-01T22:51:31.890Z (about 1 month ago)
- Topics: avalonia, avalonia-ui, csharp, desktop-app, totp, totp-codes, totp-generator
- Language: C#
- Homepage:
- Size: 431 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# ChronOTP
## How to use the application
1. Open an application. You will see empty window with one button `New profile`;
![First launch image](./docs/assets/first-launch.png)
2. Click a `New profile` button. New window with new profile input form will be opened;
![First launch image](./docs/assets/new-profile-empty.png)
3. Fill the new profile form with secret key and display name of profile;
![First launch image](./docs/assets/new-profile-filled.png)
4. Click the `Create Profile` button. If everything is right, the main window will show you a list with your first TOTP profile created;
![First launch image](./docs/assets/first-profile-in-list.png)