Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mfa-decoder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mfa-decoder

Decode QR Code & Generate TOTP

  • 1.0.6
  • PyPI
  • Socket score

Maintainers
1

The Project is used To Extract Raw Data From a QR Code & Generate a TOTP From Secret Code Entered Via The Keyboard.

How To Use

# QR Code Decoder & TOTP Generator
mfa_decoder [-h] {--image_path, --secret} <INPUT>
ArgumentsDescription
--image_path IMAGE_PATHDecode QR Code With <INPUT> - "Path To QR Image"
--secret SECRETGenerate TOTP From "Secret Code" (Base32 Format)
-h, --helpShow This Help Message and Exit

Note: The Secret Code Here Only Accepts Strings Encoded In Base32 Format. Other Encoding Formats Like Base64, Hex, or Bytes are Not Yet Supported By This Project (Base32 Only Contains The Characters A-Z And 2-7, Without Characters Like 1, 8, 9, 0, Or Other Special Characters).

Example

CommandOutput
# mfa_decoder --image_path C:\Users\Test\QR-Code.pngThis-Is-Raw-Data-From-QR-Image
# mfa_decoder --secret 1233214566547899870Invalid Secret Format. The Secret Must Be A Valid Base32 String
# mfa_decoder --secret 3O2QUFEKB4O7PF3FEVC123456

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc