Skip to content

A simple command-line tool for generating Time-based One-Time Password (TOTP) codes.

License

Notifications You must be signed in to change notification settings

allindevelopers/otpcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otpcli

A simple command-line tool for generating Time-based One-Time Password (TOTP) codes.

Overview

otpcli is a Node.js command-line utility that generates TOTP codes based on a provided secret key. It uses the otplib library for generating secure, standards-compliant one-time passwords.

Installation

npm install -g @allindevelopers/otpcli

Usage

Generate a TOTP code by providing your secret key after running otpcli:

otpcli

The tool will output the current 6-digit TOTP code for the provided secret.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • otplib - The library used for TOTP generation

About

A simple command-line tool for generating Time-based One-Time Password (TOTP) codes.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published