0.1.0 • Published 8 months ago

@allindevelopers/otpcli v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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
0.1.0

8 months ago