{"id":22300856,"url":"https://github.com/doncato/passphrase-generator","last_synced_at":"2025-10-11T00:11:27.260Z","repository":{"id":144186683,"uuid":"374116028","full_name":"doncato/passphrase-generator","owner":"doncato","description":"A simple script to generate Passphrases that are Human readable while being moderately safe \u0026 unique","archived":false,"fork":false,"pushed_at":"2022-05-04T17:52:45.000Z","size":1351,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T14:51:28.681Z","etag":null,"topics":["passphrase-generator","python-script","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doncato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-05T13:04:14.000Z","updated_at":"2022-05-04T17:52:30.000Z","dependencies_parsed_at":"2023-07-08T04:31:46.253Z","dependency_job_id":null,"html_url":"https://github.com/doncato/passphrase-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doncato/passphrase-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doncato%2Fpassphrase-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doncato%2Fpassphrase-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doncato%2Fpassphrase-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doncato%2Fpassphrase-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doncato","download_url":"https://codeload.github.com/doncato/passphrase-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doncato%2Fpassphrase-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005645,"owners_count":26083940,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["passphrase-generator","python-script","python3"],"created_at":"2024-12-03T18:14:20.577Z","updated_at":"2025-10-11T00:11:27.245Z","avatar_url":"https://github.com/doncato.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Passphrase-Generator\nA simple script to generate Passphrases that are Human readable while being moderately safe \u0026amp; unique\n\nThis code has a function called `generate_passphrase` which returns a tuple of 3 strings\n+ A random set of 5 chars where each one has 86 possibilities (e.g. `B\u003egh[`)\n+ A number with 8 digits, or 2 blocks of 4 digits seperated by a '-' (each from 0-9) (e.g. `5260-7903`)\n+ A random (newly) generated word from 3-14 characters that should be human-readable (more or less) (e.g. `Stuneiqui`)\n\n## Installation \u0026 Execution\n+ Download and install Python 3.5.x or higher on https://www.python.org/\n+ Download the Script\n+ Run the script using `python3 \u003cpath/to/script\u003e` on UNIX Platforms or `py \u003cpath/to/script\u003e`/`py3 \u003cpath/to/script\u003e` on Windows\n\n## Notes\n+ You could theoratically use this as a library in other projects (`from passgen import generate_passphrase` and later use `generate_passphrase`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoncato%2Fpassphrase-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoncato%2Fpassphrase-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoncato%2Fpassphrase-generator/lists"}