A Rust-based One-Time Password (OTP) code viewer displaying TOTP authentication codes.
- Generate Time-based One-Time Passwords (TOTP)
- Command-line interface for easy usage
- Support for standard OTP parameters
git clone https://github.com/yourusername/rustotp.git
cd rustotp
cargo build --releaseFill ./rustotp.txt file with
name=code
name2=codeand run the application.
## Dependencies
- `totp-rs` or similar OTP library
- `clap` for command-line argument parsing
## License
MIT License