{"id":16603291,"url":"https://github.com/dbrgn/xkcdpass-rs","last_synced_at":"2025-09-28T17:31:04.764Z","repository":{"id":57672520,"uuid":"78037056","full_name":"dbrgn/xkcdpass-rs","owner":"dbrgn","description":"Generate XKCD style passwords.","archived":false,"fork":false,"pushed_at":"2017-10-24T16:21:37.000Z","size":83,"stargazers_count":27,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T10:42:27.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbrgn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-04T17:22:54.000Z","updated_at":"2023-06-14T10:48:24.000Z","dependencies_parsed_at":"2022-08-31T11:13:44.910Z","dependency_job_id":null,"html_url":"https://github.com/dbrgn/xkcdpass-rs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fxkcdpass-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fxkcdpass-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fxkcdpass-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fxkcdpass-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrgn","download_url":"https://codeload.github.com/dbrgn/xkcdpass-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234542694,"owners_count":18849843,"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":[],"created_at":"2024-10-12T00:49:03.446Z","updated_at":"2025-09-28T17:31:04.393Z","avatar_url":"https://github.com/dbrgn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xkcdpass - XKCD Style Password Generator\n\n[![Crates.io][crates-io-badge]][crates-io]\n[![CircleCI][circle-ci-badge]][circle-ci]\n\nGenerate passwords made up by four (or any other number of) random words from a\nword list (7776 common English words).\n\nWith the default of 4 words, there are 7776^4 = 3656158440062976 possible word\ncombinations, which corresponds to about 51 bits of entropy. When using 6\nwords, the entropy is increased to about 77 bit.\n\nhttps://xkcd.com/936/\n\n## Installing\n\nInstall via cargo...\n\n    $ cargo install xkcdpass\n\n...or build locally.\n\n    $ cargo build --release\n\n## Usage\n\n    $ xkcdpass\n    pleased excellence space strain\n    $ xkcdpass -c 6\n    simplified far shade warranty carmen messages\n\n## Word List\n\nBy default, this program uses the \"Long\" wordlist by EFF:\nhttps://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases\n\nAlternatively, you can provide your own wordlist(s):\n\n    $ xkcdpass -w wordlist1.txt -w wordlist2.txt\n\nWhen providing multiple wordlists, they are concatenated.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or\n   http://opensource.org/licenses/MIT) at your option.\n\n\u003c!-- Badges --\u003e\n[crates-io]: https://crates.io/crates/xkcdpass\n[crates-io-badge]: https://img.shields.io/crates/v/xkcdpass.svg\n[circle-ci]: https://circleci.com/gh/dbrgn/xkcdpass-rs/tree/master\n[circle-ci-badge]: https://circleci.com/gh/dbrgn/xkcdpass-rs/tree/master.svg?style=shield\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fxkcdpass-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrgn%2Fxkcdpass-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fxkcdpass-rs/lists"}