Decode QR Code & Generate TOTP
Project description
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>
Arguments | Description |
---|---|
--image_path IMAGE_PATH |
Decode QR Code With <INPUT> - "Path To QR Image" |
--secret SECRET |
Generate TOTP From "Secret Code" (Base32 Format) |
-h, --help |
Show 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
Command | Output |
---|---|
# mfa_decoder --image_path C:\Users\Test\QR-Code.png | This-Is-Raw-Data-From-QR-Image |
# mfa_decoder --secret 1233214566547899870 | Invalid Secret Format. The Secret Must Be A Valid Base32 String |
# mfa_decoder --secret 3O2QUFEKB4O7PF3FEVC | 123456 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mfa_decoder-1.0.6.tar.gz
(15.5 kB
view details)
Built Distribution
File details
Details for the file mfa_decoder-1.0.6.tar.gz
.
File metadata
- Download URL: mfa_decoder-1.0.6.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.8.2 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.26.0 rfc3986/1.5.0 tqdm/4.64.0 urllib3/1.26.5 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91d704751c4c069e23ff5645a6a8e423bd4287d221e61771648b7c0719bf7cdd |
|
MD5 | ef8c12f526260ce4b1dd4e676dccb0ea |
|
BLAKE2b-256 | 282c08938b48d728facd98093112338278c1313b5d550141b7f8e2dce83955a9 |
File details
Details for the file mfa_decoder-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: mfa_decoder-1.0.6-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.8.2 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.26.0 rfc3986/1.5.0 tqdm/4.64.0 urllib3/1.26.5 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00643a4433895f8caf4345ce6f35adc35c2fb5b9686ae0aa63a67acb5414549b |
|
MD5 | 95bdf23365f825c21167fa1088ba59d2 |
|
BLAKE2b-256 | dbbe2778707f048d3b3b670b546cb2996ac51eb879882d86b69acac95770c41e |