An OTP (one-time-password) app for desktop use!
Familiar with Google/Microsoft Authenticator, apps where you scan a QR code and get a 6 digit pin that refreshes every 30 seconds?
This uses a standardised protocol - one that is implemented in this desktop app.
- 🚀🚀🚀 BLAZINGLY FAST AND MEMORY SECURE
- Encrypted secrets
cargo build --release
Works with rust's built-in cross compilation features:
cargo build --target x86_64-pc-windows-gnu --release
You may have to install new targets as such:
rustup target add x86_64-pc-windows-gnu
- UI Improvements
- QR code scanning
- Anything else