{"id":20032203,"url":"https://github.com/weakish/xkcd936","last_synced_at":"2025-05-05T05:30:35.255Z","repository":{"id":25292070,"uuid":"28718149","full_name":"weakish/xkcd936","owner":"weakish","description":"xkcd936 style passphrase generator.","archived":false,"fork":false,"pushed_at":"2022-09-12T04:37:23.000Z","size":1581,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T03:34:28.116Z","etag":null,"topics":["0bsd","command-line-tool","password-generator","xkcd","xkcd-936"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weakish.png","metadata":{"files":{"readme":"README.md","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":"2015-01-02T16:06:14.000Z","updated_at":"2023-08-10T08:14:47.000Z","dependencies_parsed_at":"2022-06-30T01:02:18.070Z","dependency_job_id":null,"html_url":"https://github.com/weakish/xkcd936","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fxkcd936","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fxkcd936/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fxkcd936/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fxkcd936/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weakish","download_url":"https://codeload.github.com/weakish/xkcd936/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252445576,"owners_count":21749080,"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":["0bsd","command-line-tool","password-generator","xkcd","xkcd-936"],"created_at":"2024-11-13T09:36:16.998Z","updated_at":"2025-05-05T05:30:34.963Z","avatar_url":"https://github.com/weakish.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xkcd936\n\n[xkcd936](https://www.xkcd.com/936/) style passphrase generator with BIP32 word list.\n\n## Installation\n\nInstallation from the source requires Go installed on the system.\n\n    git clone https://github.com/weakish/xkcd935\n    cd xkcd935\n\n### Make\n\n    make install\n\nTo change installation path (default to `/usr/local/bin`),\nedit `config.mk` before running `make`.\n\nTo uninstall, run `make uninstall`.\n\nThe Makefile is compatible with both GNU make and BSD make.\n\n### DoIt\n\nIt is also possible to use [DoIt] with Python \u003e= 3.10 instead of make.\n\n```sh\ndoit install\n```\n\n[DoIt]: https://pydoit.org\n\nTo change installation path (default to `/usr/local/bin`),\nrun `doit install --prefix /absolute/path` instead.\n\nTo uninstall, run `doit uninstall`.\n\n## Usage\n\n### As a Commandline Utility\n\nExample output:\n\n```sh\n; xkcd936\nsubway modify spoil basic\n```\n\nTo fulfill password requirements from some websites\n(white space is not allowed and/or mix case is required),\nxkcd936 can also output titlized words:\n\n```sh\n; xkcd936 -t\nAdvanceJealousDevelopSenior\n```\n\nBy default, xkcd936 will generate four words,\nconsistent with the [xkcd936] comic.\nBut xkcd936 can generate up to 12 words with the number specified in `-n`.\n\nBy default, the BIP32 English word list is used.\nTo use a BIP32 word list in another language, specify it in `-l`.\n\nSome diceware-derived lists can also be used:\n\n    - `diceware{1,2,3,4}`: four lists split from [diceware8k], containing 2048 words each.\n    - `diceware2k`: [a wordlist derived from diceware8k][diceware2k], containing 2048 short words.\n\n[diceware8k]: https://theworld.com/~reinhold/diceware8k.txt\n[diceware2k]: https://diceware2k.surge.sh\n\n### As a Library\n\n```go\nimport (\n\t\"github.com/weakish/xkcd936/xkcd936\"\n)\n\n// nil means using the default BIP32 English word list\nvar words []string = xkcd936.Words(4, nil) // e.g. []string{\"cannon\", \"isolate\", \"soccer\", \"word\"}\nvar phrase string = xkcd936.Phrase(words, true) // e.g. \"CannonIsolateSoccerWord\"\n```\n\n## License\n\n0BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fxkcd936","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweakish%2Fxkcd936","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fxkcd936/lists"}