{"id":18887481,"url":"https://github.com/pdrb/randpw","last_synced_at":"2025-04-14T22:34:03.974Z","repository":{"id":57459942,"uuid":"115570379","full_name":"pdrb/randpw","owner":"pdrb","description":"Random password and passphrase generator","archived":false,"fork":false,"pushed_at":"2020-03-18T17:18:34.000Z","size":55,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T09:16:19.100Z","etag":null,"topics":["generator","passphrase","passphrase-generator","password","password-generator","random","random-password"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdrb.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-28T01:05:52.000Z","updated_at":"2024-07-04T11:26:56.000Z","dependencies_parsed_at":"2022-09-15T20:21:52.886Z","dependency_job_id":null,"html_url":"https://github.com/pdrb/randpw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdrb%2Frandpw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdrb%2Frandpw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdrb%2Frandpw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdrb%2Frandpw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdrb","download_url":"https://codeload.github.com/pdrb/randpw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862969,"owners_count":21173909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["generator","passphrase","passphrase-generator","password","password-generator","random","random-password"],"created_at":"2024-11-08T07:38:00.666Z","updated_at":"2025-04-14T22:33:58.921Z","avatar_url":"https://github.com/pdrb.png","language":"Python","readme":"|Downloads|\n\nrandpw\n======\n\nRandom password and passphrase generator.\n\nSimple password example::\n\n    $ randpw\n    Ex8PfCcIvFeT5GMT\n\nSimple passphrase example::\n\n    $ randpw -p\n    unlit race mandatory kelp kindling carmaker\n\nShow information about the generated password::\n\n    $ randpw -v\n    tshvJXTYPWtAjyy7\n\n\n    Info:\n    ----------------------------------------\n    - Password Cardinality: 62\n    - Password Length: 16\n    - Password Entropy: 95.3 bits\n    - Password Strength: Strong\n    - Estimated time to crack using a supercomputer with roughly\n    one trillion guesses per second: 687 433 358 years\n\nGenerate a pt-br passphrase and show information about it::\n\n    $ randpw -p -i pt-br -v\n    namorada demandou manteiga bica suavidade imponente\n\n\n    Info:\n    ----------------------------------------\n    - Wordlist Size: 7776\n    - Passphrase Words: 6\n    - Password Entropy: 77.5 bits\n    - Password Strength: Strong\n    - Estimated time to crack using a supercomputer with roughly\n    one trillion guesses per second: 3 187 years\n\n`EFF's long word list \u003chttps://www.eff.org/pt-br/deeplinks/2016/07/new-wordlists-random-passphrases\u003e`_ is used for generating the english passphrase.\n\nBrazilian Portuguese passphrase is generated using a pt-br wordlist curated by me using the\nmost frequent spoken words, removing accented and words bigger than 9 and smaller than 4 characters.\n\n\nNotes\n=====\n\n- Works on Python 2 and Python 3\n- Uses only Python standard library for maximum compatibility\n\n\nInstall\n=======\n\nInstall using pip::\n\n    pip install randpw\n\n\nUsage\n=====\n\n::\n\n    Usage: randpw [options]\n\n    random password and passphrase generator\n\n    Options:\n      --version         show program's version number and exit\n      -h, --help        show this help message and exit\n      -s SIZE           size of the password (default: 16)\n      -n COUNT          number of passwords to generate (default: 1)\n      -c CHARS          characters to use: 'letters', 'numbers', 'mixed' or 'full'\n                        - uses only letters, only numbers, letters + numbers or\n                        letters + numbers + punctuation (default: mixed)\n      -l, --lower       lowercase letters (default: disabled)\n      -u, --upper       uppercase letters (default: disabled)\n      -p, --passphrase  generate passphrase instead (default: disabled)\n      -w WORDS          number of passphrase words (default: 6)\n      -i IDIOM          idiom of the wordlist: 'en' or 'pt-br' (default: en)\n      -v, --verbose     show some information about the generated passwords like\n                        entropy, strength and estimated time to crack (default:\n                        disabled)\n\n\nExamples\n========\n\nRandom password using only letters::\n\n    $ randpw -c letters\n    LqmTdVhrlflQanzg\n\n32 characters password::\n\n    $ randpw -s 32\n    PPb9Qs3HPYDn3T3zddEeSfAuRVXjTHHa\n\nGenerate 3 uppercase letters passwords::\n\n    $ randpw -n 3 -u\n    FUU1VKT2FNHJ9NEX\n    BHIX2CBDXBPZELTZ\n    BHKENUKXWMA4XFX0\n\nLowercase password cointaing letters, numbers and punctuation::\n\n    $ randpw -c full -l\n    nq6g'2/x23v~ykf@\n\nGenerate 3 uppercase passphrases with 8 words each::\n\n    $ randpw -p -u -n 3 -w 8\n    CAPTIVE BUFFER PREFIX FREEZABLE ELOQUENT HANDPICK ALARM STAGNANT\n    PORTFOLIO PAWING SCRUTINY MANIFESTO CAPTIVITY TRAPS STEED IMMORALLY\n    SHADY YEAST FOOTER EARTHEN SHARPENER APPEASING FOOTPAD SETTLE\n\n\n.. |Downloads| image:: https://pepy.tech/badge/randpw\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdrb%2Frandpw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdrb%2Frandpw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdrb%2Frandpw/lists"}