Skip to content

thegriglat/rustotp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustOTP

A Rust-based One-Time Password (OTP) code viewer displaying TOTP authentication codes.

Features

  • Generate Time-based One-Time Passwords (TOTP)
  • Command-line interface for easy usage
  • Support for standard OTP parameters

Installation

git clone https://github.com/yourusername/rustotp.git
cd rustotp
cargo build --release

Usage

Fill ./rustotp.txt file with

name=code
name2=code

and run the application.


## Dependencies

- `totp-rs` or similar OTP library
- `clap` for command-line argument parsing

## License

MIT License

About

Simple OTP code viewer in Rust

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages