Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Title image

# 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)