hashwd


Namehashwd JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://pypi.org/project/hashwd
SummaryQuickly generate a strong, random password using common words
upload_time2023-01-27 03:21:43
maintainer
docs_urlNone
authorJordan Langland
requires_python>=3.6,<4.0
licenseGPL-3.0
keywords password generator xkcd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            hashwd

Introduction
hashwd is a command-line application that generates strong, random passwords using a list of words and optional numbers and symbols. The password is generated by randomly selecting words from a dictionary file, capitalizing one of the words, and adding optional numbers and symbols at the beginning or end of the password.


Commands
generate: generates a new password using the default or custom parameters
clear: clears the OS clipboard
Arguments
-h, --help: Show the help message and exit
-d, --default: Use default values for number of words, numbers, and symbols
-w, --words: Number of words in the password (must be between 1 and 99)
-n, --numbers: Number of numbers in the password (must be between 0 and 9)
-s, --symbols: Number of symbols in the password (must be between 0 and 9)
-c, --copy: Copy the password to the clipboard
-S, --show: Print the password to the console
-P, --prompt: Prompt for number of words, numbers, and symbols


Usage
To use the script, run the following command in the terminal:
python hashwd.py generate [-h] [-d] [-w W] [-n N] [-s S] [-c] [-S] [-P] [-C]

Generate a password with the default number of words, numbers, and symbols:
python hashwd.py generate

Generate a password with 5 words, 2 numbers, and 3 symbols:
python hashwd.py generate -w 5 -n 2 -s 3

Generate a password and prompt for the number of words, numbers, and symbols. Additionally, print the password to the terminal and copy it to the clipboard automatically:
python hashwd.py -PSc

Clear the clipboard:
python hashwd.py clear


Requirements
Python 3
pyperclip (for copying the password to the clipboard)
requests
argparse
random


License
hashwd is released under the GNU General Public License v3.0.

Credits
hashwd was developed by Jordan Langland, 2023.
            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/hashwd",
    "name": "hashwd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "password,generator,xkcd",
    "author": "Jordan Langland",
    "author_email": "root@gnom.me",
    "download_url": "https://files.pythonhosted.org/packages/75/97/403461fc53d6c395ba931dd3515c9c1defc727b92a68b8164456f08910e2/hashwd-0.5.1.tar.gz",
    "platform": null,
    "description": "hashwd\n\nIntroduction\nhashwd is a command-line application that generates strong, random passwords using a list of words and optional numbers and symbols. The password is generated by randomly selecting words from a dictionary file, capitalizing one of the words, and adding optional numbers and symbols at the beginning or end of the password.\n\n\nCommands\ngenerate: generates a new password using the default or custom parameters\nclear: clears the OS clipboard\nArguments\n-h, --help: Show the help message and exit\n-d, --default: Use default values for number of words, numbers, and symbols\n-w, --words: Number of words in the password (must be between 1 and 99)\n-n, --numbers: Number of numbers in the password (must be between 0 and 9)\n-s, --symbols: Number of symbols in the password (must be between 0 and 9)\n-c, --copy: Copy the password to the clipboard\n-S, --show: Print the password to the console\n-P, --prompt: Prompt for number of words, numbers, and symbols\n\n\nUsage\nTo use the script, run the following command in the terminal:\npython hashwd.py generate [-h] [-d] [-w W] [-n N] [-s S] [-c] [-S] [-P] [-C]\n\nGenerate a password with the default number of words, numbers, and symbols:\npython hashwd.py generate\n\nGenerate a password with 5 words, 2 numbers, and 3 symbols:\npython hashwd.py generate -w 5 -n 2 -s 3\n\nGenerate a password and prompt for the number of words, numbers, and symbols. Additionally, print the password to the terminal and copy it to the clipboard automatically:\npython hashwd.py -PSc\n\nClear the clipboard:\npython hashwd.py clear\n\n\nRequirements\nPython 3\npyperclip (for copying the password to the clipboard)\nrequests\nargparse\nrandom\n\n\nLicense\nhashwd is released under the GNU General Public License v3.0.\n\nCredits\nhashwd was developed by Jordan Langland, 2023.",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Quickly generate a strong, random password using common words",
    "version": "0.5.1",
    "split_keywords": [
        "password",
        "generator",
        "xkcd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e03d5143af4fab7e209c9a3d7a743f39dcee94e2905c873e2bdf77028d2a55bd",
                "md5": "c5b30a27e7c8fd7097479311cefc2b2d",
                "sha256": "56965280615eee5daa4f375681af6c111afa17ff221fd53791f107e2056f818f"
            },
            "downloads": -1,
            "filename": "hashwd-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5b30a27e7c8fd7097479311cefc2b2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 24478,
            "upload_time": "2023-01-27T03:21:41",
            "upload_time_iso_8601": "2023-01-27T03:21:41.868208Z",
            "url": "https://files.pythonhosted.org/packages/e0/3d/5143af4fab7e209c9a3d7a743f39dcee94e2905c873e2bdf77028d2a55bd/hashwd-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7597403461fc53d6c395ba931dd3515c9c1defc727b92a68b8164456f08910e2",
                "md5": "89130110aaae2dead14799f056452986",
                "sha256": "e64956b1eb6a60f2364b8742b99bf0f171e99f04e557cdfc42ed156d7411541d"
            },
            "downloads": -1,
            "filename": "hashwd-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "89130110aaae2dead14799f056452986",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 23665,
            "upload_time": "2023-01-27T03:21:43",
            "upload_time_iso_8601": "2023-01-27T03:21:43.284016Z",
            "url": "https://files.pythonhosted.org/packages/75/97/403461fc53d6c395ba931dd3515c9c1defc727b92a68b8164456f08910e2/hashwd-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-27 03:21:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "hashwd"
}
        
Elapsed time: 0.03865s