mfa-decoder


Namemfa-decoder JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://www.nghiahl.cloud
SummaryDecode QR Code & Generate TOTP
upload_time2024-09-10 08:00:31
maintainerNone
docs_urlNone
authorNghia Handsome
requires_pythonNone
licenseGNU General Public License v3 (GPLv3)
keywords qr_code totp 2fa secret-code mfa otp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **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

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.nghiahl.cloud",
    "name": "mfa-decoder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "QR_Code TOTP 2FA Secret-Code MFA OTP",
    "author": "Nghia Handsome",
    "author_email": "nghiahandsome@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/28/2c/08938b48d728facd98093112338278c1313b5d550141b7f8e2dce83955a9/mfa_decoder-1.0.6.tar.gz",
    "platform": null,
    "description": "**The Project is used To Extract Raw Data From a QR Code & Generate a TOTP From Secret Code Entered Via The Keyboard.**\n\n**How To Use**\n```\n# QR Code Decoder & TOTP Generator\nmfa_decoder [-h] {--image_path, --secret} <INPUT>\n```\n| Arguments       | Description                             |\n|---------------|-----------------------------------------|\n| `--image_path IMAGE_PATH`      | Decode QR Code With `<INPUT>` - \"Path To QR Image\" |\n| `--secret SECRET`         | Generate TOTP From \"Secret Code\" (Base32 Format)          |\n| `-h, --help`  | Show This Help Message and Exit         |\n\n**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).\n\n**Example**\n| Command\t    | Output \t\t|\n| :-------------: |:-------------:|\n| # mfa_decoder --image_path C:\\Users\\Test\\QR-Code.png\t| This-Is-Raw-Data-From-QR-Image\n| # mfa_decoder --secret 1233214566547899870\t\t\t\t| Invalid Secret Format. The Secret Must Be A Valid Base32 String\n| # mfa_decoder --secret 3O2QUFEKB4O7PF3FEVC\t\t\t\t| 123456\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "Decode QR Code & Generate TOTP",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://www.nghiahl.cloud"
    },
    "split_keywords": [
        "qr_code",
        "totp",
        "2fa",
        "secret-code",
        "mfa",
        "otp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbbe2778707f048d3b3b670b546cb2996ac51eb879882d86b69acac95770c41e",
                "md5": "95bdf23365f825c21167fa1088ba59d2",
                "sha256": "00643a4433895f8caf4345ce6f35adc35c2fb5b9686ae0aa63a67acb5414549b"
            },
            "downloads": -1,
            "filename": "mfa_decoder-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95bdf23365f825c21167fa1088ba59d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15795,
            "upload_time": "2024-09-10T08:00:29",
            "upload_time_iso_8601": "2024-09-10T08:00:29.229638Z",
            "url": "https://files.pythonhosted.org/packages/db/be/2778707f048d3b3b670b546cb2996ac51eb879882d86b69acac95770c41e/mfa_decoder-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "282c08938b48d728facd98093112338278c1313b5d550141b7f8e2dce83955a9",
                "md5": "ef8c12f526260ce4b1dd4e676dccb0ea",
                "sha256": "91d704751c4c069e23ff5645a6a8e423bd4287d221e61771648b7c0719bf7cdd"
            },
            "downloads": -1,
            "filename": "mfa_decoder-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "ef8c12f526260ce4b1dd4e676dccb0ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15537,
            "upload_time": "2024-09-10T08:00:31",
            "upload_time_iso_8601": "2024-09-10T08:00:31.528848Z",
            "url": "https://files.pythonhosted.org/packages/28/2c/08938b48d728facd98093112338278c1313b5d550141b7f8e2dce83955a9/mfa_decoder-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 08:00:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mfa-decoder"
}
        
Elapsed time: 0.69573s