Socket
Socket
Sign inDemoInstall

2fa-mgr

Package Overview
Dependencies
35
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    2fa-mgr

Simple 2FA manager


Version published
Weekly downloads
14
increased by75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

2fa-mgr

Disclaimer: I am not responsible for any damages caused by this software.

This is a simple 2FA manager that allows you to generate a 6-digit code that can be used to authenticate your account.

It's cross-platform and works on Linux, macOS, and Windows (although it's not tested on Windows or macOS).

Usage

# Global help
2fa-mgr help
# Help for a subcommand
2fa-mgr help generate

# Add an app
2fa-mgr add <app_name> <secret>

# Add from a QR code .png file
2fa-mgr qr <file_path>

# Generate a code
2fa-mgr generate <app_name> # aliased to gen for convenience

For more subcommands and options, see the global and subcommand specific help pages.

Installation

npm install -g 2fa-mgr # might need sudo on some systems

Remember to sync your NTP time!

Dependencies

  • (optional) xsel - for copying to clipboard on linux (yes, it will work on wayland too, but you need xwayland for that)

FAQs

Last updated on 26 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc