steam-otp-cli
v1.0.0
Published
Generate Steam one-time password offline.
Downloads
10
Readme
steam-otp-cli
Install
$ npm install steam-otp-cli -g
Usage
Get the shared_secret
first, using SteamDesktopAuthenticator.
Once you have the code, store it in your vault (1Password or similar thing).
Run the command and input the shared_secret
.
$ steam-otp
Notice
- Your shared secret will never be stored by
zsh_history
orbash_history
. - You should never save the shared secret in plain text.
- This method may violate the TOS of Steam, use at your discretion.