https://github.com/mauricelambert/totpwinexe
Little GUI Windows application to enter a secret key and obtain your TOTP without any phone or other device
https://github.com/mauricelambert/totpwinexe
2fa gui mfa totp totp-authenticator totp-generator windows
Last synced: 4 months ago
JSON representation
Little GUI Windows application to enter a secret key and obtain your TOTP without any phone or other device
- Host: GitHub
- URL: https://github.com/mauricelambert/totpwinexe
- Owner: mauricelambert
- License: gpl-3.0
- Created: 2024-12-23T21:34:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T17:07:55.000Z (6 months ago)
- Last Synced: 2024-12-28T18:18:30.535Z (6 months ago)
- Topics: 2fa, gui, mfa, totp, totp-authenticator, totp-generator, windows
- Language: Nim
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# TotpWinExe
## Description
Little GUI Windows application to enter a secret key and obtain your TOTP without any phone or other device.
## Requirements
- No requirements
## Download
- https://github.com/mauricelambert/TotpWinExe/releases
## Compilation
```bash
nim --app:gui c --stackTrace:off --lineTrace:off --checks:off --assertions:off -d:release -d=mingw --opt:size --passl:"-s" TotpWinExe.nim
```## Licence
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).