steam-2fa-cli

0.7.0 • Public • Published

Steam 2FA CLI

CLI tool to generate Steam 2FA codes.

Listing codes:

$ steam2fa

Listing accounts with secrets:

$ steam2fa -l     #or
$ steam2fa --list

Adding an account:

$ steam2fa -a    "name" "secret" #or
$ steam2fa --add "name" "secret" 
$ #Example: steam2fa -a "My personal account" "8cr0T+zCLiaSdo1E+Alp7nzAPno="

Removing an account:

$ steam2fa -r "secret part"       #or
$ steam2fa --remove "secret part"
$ #Example: steam2fa -r "8cr0"

Show help message:

$ steam2fa -h     #or
$ steam2fa -?     #or
$ steam2fa --help

Readme

Keywords

none

Package Sidebar

Install

npm i steam-2fa-cli

Weekly Downloads

0

Version

0.7.0

License

none

Unpacked Size

9.37 kB

Total Files

8

Last publish

Collaborators

  • kopenkinda