A straightforward Time-Based One-Time Password (TOTP) generator written in Rust. This project implements the RFC 6238 standard to provide reliable code generation.
- Generates TOTP codes based on the current system time.
- Fully implements the RFC 6238 specification.
- Reads user secret keys directly from the local
my_keys.txtfile.
- Rust and Cargo.
- Clone this repository to your local machine.
- Open the
my_keys.txtfile and paste your secret keys. - Build and run the project using Cargo.
git clone [https://github.com/migalroman07/rust-totp.git](https://github.com/migalroman07/rust-totp.git)
cd rust-totp
cargo run